ByteTrack: Multi-object tracking by detection association
Multi-object tracker associating low-confidence detections across frames.
Learn more about ByteTrack
ByteTrack is a multi-object tracking framework implemented in PyTorch that operates on detection outputs from object detectors. The core mechanism associates detection boxes across video frames by leveraging similarity metrics between detections and existing tracklets, including low-confidence detections that would typically be discarded. This approach recovers objects with partial occlusion while filtering background false positives. The system achieves 80.3 MOTA and 77.3 IDF1 on MOT17 at approximately 30 FPS on a single V100 GPU, and has been integrated into multiple detection frameworks including YOLOX.
Low-confidence detection recovery
Unlike conventional trackers that discard detections below a confidence threshold, ByteTrack associates low-score boxes with existing tracklets to recover occluded objects and reduce fragmented trajectories. This approach applies consistently across different detector architectures.
Generic association method
The tracking algorithm operates independently of the underlying detector, allowing it to be applied to multiple state-of-the-art trackers with consistent improvements in IDF1 scores. The method has been validated across different detector implementations.
Real-time performance with accuracy
The implementation balances computational efficiency with tracking accuracy, achieving competitive benchmark results on MOT17 and MOT20 datasets while maintaining frame rates suitable for deployment on single GPU hardware.
Top in AI & ML
Related Repositories
Discover similar tools and frameworks used by developers
OpenAI.fm
Web demo showcasing OpenAI's Speech API text-to-speech capabilities with an interactive Next.js interface.
Pica
Unified API platform connecting AI agents to 150+ integrations with auth and tool building.
Wan2.2
Open-source diffusion framework for multi-modal video generation.
Optuna
Define-by-run Python framework for automated hyperparameter tuning.
ONNX Runtime
Cross-platform engine for optimized ONNX model execution.
Related Reading
Guides and comparisons from the Greptile content library
Best Security-Focused AI Code Review Tools [2026 Guide]
The six best security-focused AI code review tools, compared on SAST, SCA, DAST, and full-repo context, so you can pick the one that fits your codebase and your cycle times.
Best AI Code Review Tools for GitHub
Top-rated AI code review tools for GitHub teams in 2025. Compare features, pricing, and accuracy to find the perfect fit for faster PR reviews and bulletproof code quality.
What is Shift Left Testing? Everything Engineering Leaders Need to Know
The five types of shift-left testing, the benefits and limitations of each, and how the approach changes when agents write and review a growing share of your code.
The 7 Best AI Coding Tools for Complex Codebases
The best AI coding tools for complex codebases, ranked on accuracy, suggestion quality, and full-codebase context. See which ones you can actually trust.