You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you try it with single-quotes around 0 and let me know if it still errors? You'll find in line 326 of clip_object_tracker.py that its expecting a string value. It later checks if its a webcam source in the detect function (line 119 of clip_object_tracker.py)
Hello all,
I tried to run this code with webcam. I have used the following command:
python clip_object_tracker.py --weights ./weights/best.pt --source 0 --detection-engine yolov7 --info
But it have thrown me the following error:
"TypeError: expected str, bytes or os.PathLike object, not list"
Anyone can help? thanks in advance.
The text was updated successfully, but these errors were encountered: