roboflow / zero-shot-object-tracking

Object tracking implemented with the Roboflow Inference API, DeepSort, and OpenAI CLIP.
https://blog.roboflow.com/zero-shot-object-tracking/
GNU General Public License v3.0
357 stars 62 forks source link

Yolov7 #27

Closed MShirshekar closed 1 year ago

MShirshekar commented 1 year ago

(Add ability to run object tracking with yolov7 ✌️) The current object tracking solution is implemented for YOLOv4, YOLOv5, and Roboflow but maybe someone needs to run The object tracking with YOLOv7. Due to this purpose, I've updated zero-shot-object-tracking codes to solve this problem.