You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
excuse me,the project shows me that "AttributeError: module 'menpodetect' has no attribute 'load_dlib_frontal_face_detector'"after i click the run. I have installed the menpo 0.8.1 and menpodetect 0.5.0 ,python 3.6.2 ,numpy 1.13.1,how can I solve it?
The text was updated successfully, but these errors were encountered:
excuse me,the project shows me that "AttributeError: module 'menpodetect' has no attribute 'load_dlib_frontal_face_detector'"after i click the run. I have installed the menpo 0.8.1 and menpodetect 0.5.0 ,python 3.6.2 ,numpy 1.13.1,how can I solve it?
I‘ve meet the same problem, and I fix it by install the library dlib, but it's wired that I failed using pip install dilb while success using conda install dlib, so I'm not sure that whether you can success without anaconda. And better not trying to install them at the same time using anaconda, it will notice you that the version of these libraries are incompatible(I didn't specify the version of menpo, menpodetect and menpofit, and it works as well). There are another choice to choose load_dlib_frontal_face_detector if you have opencv-contrib-python installed previously, good luck!
excuse me,the project shows me that "AttributeError: module 'menpodetect' has no attribute 'load_dlib_frontal_face_detector'"after i click the run. I have installed the menpo 0.8.1 and menpodetect 0.5.0 ,python 3.6.2 ,numpy 1.13.1,how can I solve it?
The text was updated successfully, but these errors were encountered: