zero-shot-object-tracking
zero-shot-object-tracking copied to clipboard
Can't get attribute 'DetectionModel' on <module 'models.yolo'
I get this error when running: !python clip_object_tracker.py --source ./data/video/videolife.mp4 --detection-engine yolov5 --weights ./models/best2.pt --info
Can't get attribute 'DetectionModel' on <module 'models.yolo' from '/content/zero-shot-object-tracking/models/yolo.py'>
- best2.pt is yolov5 trained weights (ultralytics yolov5 v6)
could you please help