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

New YOLOv5 support #19

Closed Jacobsolawetz closed 1 year ago

Jacobsolawetz commented 2 years ago

@maxhs2014 any idea where we were on this?

MadeWithStone commented 2 years ago

@Jacobsolawetz last I checked this worked perfectly fine but models trained on the older version of yolov5 in our notebooks before did not work because of conflicting yolov5 code. Now that we are completely on a suitable version of yolov5 it should work fine (I can test again), but the same thing could happen in the future if roboflow notebook models are on an older version than torch hub.

yeldarby commented 2 years ago

@Jacobsolawetz - what's the next step?