Multiple object tracker for real-time people tracking
Top 60.5% on SourcePulse
This repository provides a re-implementation of MOTDT, a real-time multiple object tracking system designed for people. It addresses the challenges of robustly tracking individuals in crowded scenes by combining deep learning-based candidate selection with person re-identification. The target audience includes researchers and practitioners in computer vision and surveillance.
How It Works
MOTDT employs a two-stage approach. First, it uses a deep learning model to efficiently select candidate bounding boxes likely to contain people. Second, it leverages person re-identification features to associate these candidates across frames, maintaining identity consistency. This method aims for real-time performance while achieving high tracking accuracy.
Quick Start & Requirements
pip install -r requirements.txt
sh make.sh
python eval_mot.py
https://bitbucket.org/amilan/motchallenge-devkit/
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
5 years ago
1 day