pinery-sls / Pytorch_Yolor_DeepSort

Yolor and DeepSort
10 stars 4 forks source link

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

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