xslittlegrass / CarND-Vehicle-Detection

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

Weights not loading #5

Closed aashay96 closed 7 years ago

aashay96 commented 7 years ago

the load function is showing the following error -

ker = data[index:index+np.prod(kshape)].reshape(kshape) ValueError: cannot reshape array of size 443769 into shape (3,3,1024,1024) Can you please help?