Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.53 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.53 KB

BeTopNet (WOMD Prediction)

This folder contains the full prediction implementation of BeTopNet in Waymo Open Motion Dataset (WOMD).

Highlights

Our prediction pipeline contains the following features:

Full support for WOMD Prediction Challenges:

Flexible Toolbox for prediction tasks:

  • Memory Efficient: Cached dataset and model training.
  • User-Friendly Tools: Simple tools for model training/evaluation and Leaderboard submission.
  • Scene Renderer: Visualize predicted trajectories.

Pipeline for reproduced popular Baselines:

  • Wayformer baseline reproduction.
  • MTR++ baseline reproduction (Deprecated).

Get Started

Acknowledgment / Related resources

🤩 We would like to thank the following repositories and works for providing a foundation for building our pipelines: