#57 · Primary category: Computer Vision
boxmot
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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)