oarriaga / face_classification

Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV.
MIT License
5.61k stars 1.59k forks source link

fail #162

Open tzwnb opened 1 year ago

tzwnb commented 1 year ago

fid = h5f.open(name, flags, fapl=fapl) File "h5py_objects.pyx", line 54, in h5py._objects.with_phil.wrapper (D:\Build\h5py\h5py-2.7.0\h5py_objects.c:2853) File "h5py_objects.pyx", line 55, in h5py._objects.with_phil.wrapper (D:\Build\h5py\h5py-2.7.0\h5py_objects.c:2811) File "h5py\h5f.pyx", line 78, in h5py.h5f.open (D:\Build\h5py\h5py-2.7.0\h5py\h5f.c:2130) OSError: Unable to open file (Unable to open file: name = '../trained_models/emotion_models/fer2013_mini_xception.102-0.66.hdf5', errno = 2, error message = 'no such file or directory' , flags = 0, o_flags = 0)