gliese581gg / YOLO_tensorflow

tensorflow implementation of 'YOLO : Real-Time Object Detection'
Other
1.72k stars 656 forks source link

ValueError: Restore called with invalid save path: 'weights/YOLO_small.ckpt'. File path is: 'weights/YOLO_small.ckpt' #14

Closed Yaffa1607 closed 7 years ago

Yaffa1607 commented 7 years ago

When I run python YOLO_small_tf.py -fromfile /Users/yashajain/Downloads/yolotf-master/test/person.jpg

It builds the network , but fails with :

ValueError: Restore called with invalid save path: 'weights/YOLO_small.ckpt'. File path is: 'weights/YOLO_small.ckpt'

I have the YOLO_small.ckpt file in weights/YOLO_small.ckpt'