siqueira-hc / Efficient-Facial-Feature-Learning-with-Wide-Ensemble-based-Convolutional-Neural-Networks

Efficient Facial Feature Learning with Wide Ensemble-based Convolutional Neural Networks
MIT License
193 stars 41 forks source link

.dat file reading error #2

Closed esravar closed 4 years ago

esravar commented 4 years ago

Hi, When I run "python main_esr9.py video -i ./media/big_bang.mp4 -d -f 5 -s 2", it gives this error: Unable to open ./model/utils/templates/dlib/cnn-face-detector.dat for reading.

How can I solve this??

siqueira-hc commented 4 years ago

Hello Esravar,

I tried to reproduce the error in different computers but the error was not raised.

Please, double-check if the file cnn_face_detector.dat exists and is located at "[folder of the framework]/model/utils/templates/dlib/".

The error is related to the Dlib framework. You could try to create a new environment and re-install Dlib.

What is your OS?

Currently, the Facial Expression Recognition Framework works on Linux.

Best, Henrique

esravar commented 4 years ago

Ok, I'm working on windows and I fixed the error. Thanks for your reply:)