yolov8-object-tracking
yolov8-object-tracking copied to clipboard
error using tracking
hi i use CoLab, after doing installation instructions, when i reached this line !python /content/yolov8-object-tracking/yolo/v8/detect/detect_and_trk.py model=yolov8s.pt source="test.mp4" show=True
this error appear
Traceback (most recent call last):
File "/content/yolov8-object-tracking/yolo/v8/detect/detect_and_trk.py", line 1, in
@moahaimen! you are using the latest ultralytics package, please install the ultralytics package with mentioned command and it will work.
''' pip install ultralytics==8.0.0 '''