Yolor and DeepSort
Download ckpt.t7 and copy to deep_sort_pytorch/deep_sort/deep/checkpoint/
Download yolor-p6.pt and copy to yolor/weights/
Tracking can be run on most video formats
python3 track.py --source ... --show-vid # show live inference results as well
- Video:
--source file.mp4
- Webcam:
--source 0
- RTSP stream:
--source rtsp://170.93.143.139/rtplive/470011e600ef003a004ee33696235daa
- HTTP stream:
--source http://wmccpinetop.axiscam.net/mjpg/video.mjpg
If you find this project useful in your research, please consider cite:
@misc{yolordeepsort2021,
title={Real-time multi-object tracker using YOLOr and deep sort},
author={pinery},
howpublished = {\url{https://github.com/pinery-sls/Pytorch_Yolor_DeepSort}},
year={2021}
}