yolov3_with_opencv icon indicating copy to clipboard operation
yolov3_with_opencv copied to clipboard

coco.names问题

Open LC10086 opened this issue 4 years ago • 1 comments

Traceback (most recent call last): File "object_detection_yolo.py", line 26, in with open(classesFile, 'rt') as f: FileNotFoundError: [Errno 2] No such file or directory: 'coco.names'

LC10086 avatar Jul 05 '20 07:07 LC10086

需要自己去下载coco.names文件,还有weights和cfg文件

alittlenico avatar Jan 25 '22 10:01 alittlenico