Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

AttributeError: 'module' object has no attribute 'face'

I am trying to install OpenCV with the extra modules in opencv_contrib.

I have followed the instructions found here: https://github.com/Itseez/opencv_contrib but it has not worked, for example, when I try to run help(cv2.face) I get "AttributeError: 'module' object has no attribute 'face'"

When I look in opencv/build/modules I can see the face module.

I am using OpenCV 3.0.0 and Python 2.7

Please can someone help me with this?

Thanks in advance!

AttributeError: 'module' object has no attribute 'face'

I am trying to install OpenCV with the extra modules in opencv_contrib.opencv_contrib on mac.

I have followed the instructions found here: https://github.com/Itseez/opencv_contrib but it has not worked, for example, when I try to run help(cv2.face) I get "AttributeError: 'module' object has no attribute 'face'"

When I look in opencv/build/modules I can see the face module.

I am using OpenCV 3.0.0 and Python 2.72.7 on mac OS X

Please can someone help me with this?

Thanks in advance!