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
python3.5 /home/pi/o/object_detection.py
Traceback (most recent call last):
File "/home/pi/o/object_detection.py", line 159, in
ObjectDetection(id).main()
File "/home/pi/o/object_detection.py", line 89, in init
self.classes = load_classes('data/coco.names')
File "/home/pi/o/util.py", line 81, in load_classes
fp = open(namesfile, "r")
FileNotFoundError: [Errno 2] No such file or directory: 'data/coco.names'
The text was updated successfully, but these errors were encountered:
python3.5 /home/pi/o/object_detection.py
Traceback (most recent call last):
File "/home/pi/o/object_detection.py", line 159, in
ObjectDetection(id).main()
File "/home/pi/o/object_detection.py", line 89, in init
self.classes = load_classes('data/coco.names')
File "/home/pi/o/util.py", line 81, in load_classes
fp = open(namesfile, "r")
FileNotFoundError: [Errno 2] No such file or directory: 'data/coco.names'
The text was updated successfully, but these errors were encountered: