YOLOv3-Object-Detection-with-OpenCV
YOLOv3-Object-Detection-with-OpenCV copied to clipboard
No such file or directory: './yolov3-coco/coco-labels'
Hi, i am using your codes on sublime text on Windows. I am getting this error. I m new to python so I would really appreciate if you could guide me on how to resolve this matter. My python directory is C:\Python37 and i have saved yolov3-coco folder there. I have also added C:\Python37\yolov3-coco to the path but i am still getting the following error. Please help me out. Thank you.
Traceback (most recent call last):
File "C:\Python37\yolo.py", line 82, in
When calling, you can add a -l /path/to/labels
flag to specify the path in which the labels are stored.
But this is not required if you have made no changes and have just cloned the repo. So, I think, if you still have issues, maybe delete the repo. Clone it again. And cd
into the repo. and then run the command in the README.md file.
Check it, if you still face issues, let me know.
I am having this same problem, did you ever figure it out?