Implimentation of YOLOv5 and DeepSort in Pytorch for object tracking
1 Go to yolov5 folder
cd yolov5-DeepSORT-2024/yolov5
2 Install requirements.txt
pip install -r requirements.txt
3 run the yolov5 DeepSORT
# for webcam
python detect_track.py --source 0
# for video
python detect_track.py --source video_path
On this project i'm just updating some line to make this project works again, because when I try it without any configuration it's not working because it's using old numpy datatype if i'm not wrong.
Sorry if I make any mistake 🙏🙏🙏.
- Video by pexels or pixabay
- Gif by ezgif
- Here is the link to the original yolov5 DeepSORT output video Youtube
- Here is the real repository of this project Original Repository