xslittlegrass / CarND-Vehicle-Detection

Vehicle detection using YOLO in Keras runs at 21FPS
389 stars 175 forks source link

file #18

Open Sayantan17 opened 6 years ago

Sayantan17 commented 6 years ago

load_weights(model,'./yolo-tiny.weights')

FileNotFoundError Traceback (most recent call last)

in () 2 3 ----> 4 load_weights(model,'./yolo-tiny.weights') /anaconda3/lib/python3.6/site-packages/utils/utils.py in load_weights(model, yolo_weight_file) 9 def load_weights(model,yolo_weight_file): 10 ---> 11 data = np.fromfile('yolo_weight_file',np.float32) 12 data=data[4:] 13 FileNotFoundError: [Errno 2] No such file or directory: './yolo-tiny.weights' Please help me to sort the issue. Thanks