Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 930 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 930 Bytes

Deep Sort with YoloX in Pytorch

  • Version 1.1

Add tracks in img.

img

  • Version 1.0 The source code of deep sort is from Deep Sort and the source code of Yolo-v4-pytorch is from YoloX-pytorch. You could download corresponding pre-trained weights from the original project pages. When using this code, you may need to adjust the file address of pre-training weight and coco_classes file

Environment

torch>=1.2

Reference

https://github.com/bubbliiiing/yoloX-pytorch

https://github.com/ZQPei/deep_sort_pytorch

问题查阅CSDN