Skip to content

yolov5 DeepSORT for detect an object. Made with yolov5 base system and integrate it with DeepSORT system.

Notifications You must be signed in to change notification settings

Emervi/yolov5-DeepSORT-2024

Repository files navigation

YouTube LinkedIn

YOLOv5 DeepSort Object Tracking PyTorch

Implimentation of YOLOv5 and DeepSort in Pytorch for object tracking

Don't forget to install the requirements.txt after you clone this repository

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

About

yolov5 DeepSORT for detect an object. Made with yolov5 base system and integrate it with DeepSORT system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published