#292 · Primary category: Computer Vision

AB3DMOT

2d-mot-evaluation 3d-mot 3d-multi 3d-multi-object-tracking 3d-tracking computer-vision evaluation evaluation-metrics kitti kitti-3d machine-learning multi-object-tracking real-time robotics tracking

(IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"

Project last updated:04/03/24

GitHub Stars

1.8K

Forks

415

Contributors

4

License

Other

Why we included this project

AB3DMOT implements the baseline from a widely cited IROS 2020 paper on 3D multi-object tracking, so it is a natural first stop for anyone working on autonomous driving or robotics perception. The method runs a Kalman filter over per-frame 3D detections and links them into consistent trajectories, which keeps the whole pipeline light enough to adapt or benchmark against before committing to a heavier learned tracker. The repo ships KITTI evaluation tools, later added nuScenes support, and includes the metrics the paper introduced, so reproducing the published results and measuring your own runs is straightforward. Because the code is deliberately small and modular, it also works well as readable reference material for how a classic tracking pipeline is put together. One caveat: the code is released under Carnegie Mellon's noncommercial academic license.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category