Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

face_detector #1

Open
hfutfl opened this issue Jul 2, 2019 · 2 comments
Open

face_detector #1

hfutfl opened this issue Jul 2, 2019 · 2 comments

Comments

@hfutfl
Copy link

hfutfl commented Jul 2, 2019

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?

@JiaShun-Xiao
Copy link
Owner

do you have any py.file named menpodetect?

@Moon0shang
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants