How AB3DMOT works
masterAB3DMOT is a real-time 3D multi-object tracking (MOT) baseline system designed for high performance and low computational cost.
Core Workflow:
- Detection: Uses an off-the-shelf 3D object detector to obtain oriented 3D bounding boxes from LiDAR point clouds.
- State Estimation: Employs a 3D Kalman filter.
- Data Association: Uses the Hungarian algorithm to associate detections with existing tracks.
Key Features:
- High Speed: Capable of running at rates such as 214.7 FPS.
- 3D Focus: Provides 3D tracking results that can be projected to the 2D image plane for comparison with 2D MOT methods.
- New Metrics: Introduces new 3D MOT evaluation metrics (including sAMOTA) to extend the official KITTI 2D MOT evaluation.