Implementation of Deep Sort Tracking with Tensorflow object detection
-
Clone this repo
-
Open DeepSortTracker folder in CMD
-
Run:
python auto_track.py --video_file \path\to\your\video.mp4 --model_path \path\to\your\tf_model.pb
-
To see running options write:
python auto_track.py --help
-
Objects will be detected and tracked 🤗
-
Press Q to exit
- 🕵️♀️ Detection model: SSDLite + MobileNet
- 🧐 See more models at Tensorflow Object Detection Model Zoo
- 👮♀️ Threshold: 0.6
🙄 Better results can be obtained when more powerful detection model is used
--threshold
--output_path