#57 · Primary category: Computer Vision

boxmot

boosttrack botsort bytetrack deep-learning deepocsort machine-learning mot mots multi-object-tracking multi-object-tracking-segmentation ocsort oriented-bounding-box-tracking segmentation strongsort tensorrt tracking-by-detection yolo

BoxMOT: Pluggable Python and C++ SOTA multi-object tracking modules with support for axis-aligned and oriented bounding boxes

Project last updated:08/27/26

GitHub Stars

8.3K

Forks

1.9K

Contributors

54

License

AGPL-3.0

Why we included this project

If you build video analytics, or any system that has to keep the same identity attached to an object across frames, BoxMOT saves you from wiring up a tracker by hand. It puts several well-known trackers, including ByteTrack and BoT-SORT among others, behind one Python API and a CLI, so you can swap trackers without rewriting your detection or re-identification code. Because it handles both axis-aligned and oriented bounding boxes, it suits ordinary surveillance footage and rotated-object cases like drone imagery. The bundled workflows for benchmarking against standard MOT datasets, tuning, and re-identification training cover both research and production needs, and there's an optional C++ backend when you need lower latency. If you already use a YOLO-family detector, the drop-in integration makes adoption straightforward.

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