tensorflow-ocr icon indicating copy to clipboard operation
tensorflow-ocr copied to clipboard

OSError: Unable to open file (file signature not found)

Open VollRahm opened this issue 4 years ago • 1 comments

When i try to run mouse_prediction.py i get the following error message:

\AppData\Local\Programs\Python\Python37\lib\site-packages\h5py\_hl\files.py", line 173, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py\h5f.pyx", line 88, in h5py.h5f.open OSError: Unable to open file (file signature not found)

VollRahm avatar Feb 20 '20 20:02 VollRahm

I am alos trying mouse_prediction.py but I can't load the model aparently current_model.h5 which is being loaded by default is a link to model1000.h5 which is missing. @pannous please push also the model1000.h5 file into the repo.

Thank you.

stravi avatar Mar 30 '20 10:03 stravi