Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 691 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 691 Bytes

Object Tracking using YOLOv4 and Deep SORT

YOLOv4 is a powerful object detector and Deep SORT is a technique to keep track of object in next frame.

Demo:

Installation:

pip install -m requirements.txt

Download pretrained models:

Run on your own video:

$ cd deep-sort/
$ python3 save_model.py
$ python3 object_tracker.py --video <path to video>

Check your result video in outputs folder.

If you want to run on your webcam:

$ python3 object_tracker.py --video 0