#276 · Primary category: Computer Vision
mmtracking
OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.
Project last updated:09/19/23
GitHub Stars
3.9K
Forks
621
Contributors
39
License
Apache-2.0
Why we included this project
Following objects across frames is a different problem from detecting them in a single image, and MMTracking covers all four of its main variants in one consistent toolbox: video object detection, multiple object tracking, single object tracking, and video instance segmentation. Because the project is part of OpenMMLab and built on PyTorch, it reuses detectors from MMDetection and lets you assemble a pipeline from configuration files, so swapping a tracking algorithm rarely means rewriting training or inference code. The model zoo includes widely used methods, from classic online trackers like DeepSORT, ByteTrack, and OC-SORT to transformer-based ones such as STARK and MixFormer, with results reported on standard benchmarks like MOT Challenge, LaSOT, and YouTube-VIS. That makes it a sensible starting point whether you are prototyping a tracker for a camera-based application or reproducing published results in research.
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)