# deepsort_yolov4 **Repository Path**: wangxl12/deepsort_yolov4 ## Basic Information - **Project Name**: deepsort_yolov4 - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-05 - **Last Updated**: 2021-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deepsort_yolov4 ![](https://img.shields.io/static/v1?label=python&message=3.6|3.7&color=blue) ![](https://img.shields.io/static/v1?label=pytorch&message=>=0.4&color=) # Introduction An easy implement of MOT tracking algorithm deepsort with yolov4 by pytorch. **Almost all the code are from:** [deepsort](https://github.com/ZQPei/deep_sort_pytorch) [yolov4_pytorch](https://github.com/Tianxiaomo/pytorch-YOLOv4) # Quick start - [All extra file you need here](https://pan.baidu.com/s/1wlhwcl8Cx5pAFgYE4FnqCA) password:1pth - Or you can get them here: - [ckpt.t7](https://drive.google.com/drive/folders/1xhG0kRH1EX5B9_Iz8gQJb7UNnn_riXi6) - [model weight](https://drive.google.com/open?id=1cewMfusmPjYWbrnuJRuKhPMwRe_b9PaT) **Make a new folder called "Demo"**, and then run: ```python python main.py YOUR_VIDEO_PATH ``` # Reference - paper: - [Simple Online and Realtime Tracking with a Deep Association Metric](https://arxiv.org/abs/1703.07402) - [YOLOV4](https://arxiv.org/abs/2004.10934) - code: - [deepsort](https://github.com/ZQPei/deep_sort_pytorch) - [YOLOV4_pytorch](https://github.com/Tianxiaomo/pytorch-YOLOv4) - [YOLO](https://github.com/AlexeyAB/darknet)