# pytorch-yolov4-deepsort **Repository Path**: yifuxiong/pytorch-yolov4-deepsort ## Basic Information - **Project Name**: pytorch-yolov4-deepsort - **Description**: 来自:https://github.com/deyiwang89/pytorch-yolov4-deepsort - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-30 - **Last Updated**: 2021-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Deep Sort with Yolo-v4 in Pytorch - Version 1.1 Add tracks in img. ![img](https://github.com/deyiwang89/pytorch-yolov4-deepsort/blob/main/img/result.png) - Version 1.0 The source code of deep sort is from [Deep Sort](https://github.com/ZQPei/deep_sort_pytorch) and the source code of Yolo-v4-pytorch is from [Yolo-v4-pytorch](https://github.com/bubbliiiing/yolov4-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/yolov4-pytorch](https://github.com/bubbliiiing/yolov4-pytorch) [https://github.com/ZQPei/deep_sort_pytorch](https://github.com/ZQPei/deep_sort_pytorch) [问题查阅CSDN](https://blog.csdn.net/weixin_38757163/article/details/111150364?spm=1001.2014.3001.5501)