monoloxo / Pytorch_Yolor_DeepSort

Yolor and DeepSort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch_Yolor_DeepSort

Yolor and DeepSort

demo

Download

deepsort

Download ckpt.t7 and copy to deep_sort_pytorch/deep_sort/deep/checkpoint/

yolor

Download yolor-p6.pt and copy to yolor/weights/

Tracking sources

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

Cite

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}
}

About

Yolor and DeepSort


Languages

Language:Python 99.2%Language:Shell 0.6%Language:Dockerfile 0.2%