#276 · Primary category: Computer Vision

mmtracking

multi-object-tracking single-object-tracking tracking video-instance-segmentation video-object-detection

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