ByteTrack
Simple and effective multi-object tracking using every detection box.
About
ByteTrack tackles multi-object tracking with a deliberately simple idea: instead of discarding low-confidence detection boxes, which often correspond to occluded objects, its BYTE association step matches them against existing tracklets to recover true objects and filter out background noise. That single change reduces missed detections and fragmented trajectories, and applying it to nine other trackers improved their IDF1 scores by 1 to 10 points. Accepted at ECCV 2022, the reference implementation builds on the YOLOX detector and reports 80.3 MOTA, 77.3 IDF1, and 63.1 HOTA on the MOT17 test set at 30 FPS on a single V100 GPU. The repository includes training on custom COCO-format datasets, evaluation tooling, and deployment paths for ONNX Runtime, TensorRT in Python and C++, ncnn, and NVIDIA DeepStream, and the method is re-implemented in Baidu's PaddleDetection. Released under the MIT license, it serves as a common baseline for researchers and engineers building pedestrian and vehicle tracking systems.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- MIT
- Minimum VRAM
- 4 GB
- Added
- Apr 3, 2026
Related Tools
Lightweight face recognition and analysis framework wrapping multiple models.
Foundation model for monocular depth estimation by TikTok.
Monocular depth estimation model producing detailed depth maps from single images.
Meta AI research platform for object detection, segmentation, and pose estimation.
Self-supervised vision transformer by Meta producing universal visual features.
Contrastive language-image pre-training model by OpenAI for zero-shot visual classification.