Welcome to supertracker¶
An easy-to-use library for implementing various multi-object tracking algorithms.
Overview¶
Supertracker provides a unified interface for multiple object tracking algorithms, making it easy to implement and switch between different tracking approaches in your computer vision applications.
Available Trackers¶
ByteTrack¶
- High-performance multi-object tracking
- Robust occlusion handling
- Configurable parameters for different scenarios
- Ideal for real-time applications
Coming Soon¶
- DeepSORT: Deep learning enhanced tracking
- SORT: Simple online realtime tracking
- OCSORT: Observation-centric SORT
- BoT-SORT: Bootstrap your own SORT
Quick Installation¶
1 | |
Basic Usage¶
1 2 3 4 5 6 7 8 9 10 11 12 | |
Support¶
License¶
This project is licensed under the MIT License. See the LICENSE file for details.