OpenCV LBPH人脸识别器属性错误:无模块“人脸”

时间:2019-04-30 14:46:42

标签: python opencv

尝试执行:

recognizer = cv2.face.LBPHFaceRecognizer_create() 

但是我回来了错误:

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

我看了以前的帖子,并且尝试了所有解决方案。 (我尝试重新安装 opencv-contrib-python ,尝试了其他识别器功能)

我不确定为什么会这样或是否有解决方法?

尝试遵循this tutorial on Github中的代码:

1 个答案:

答案 0 :(得分:0)

尝试寻求帮助

在终端上打开python:

python
or
python3

然后输入:

import cv2
help(cv2.face)

See the command as in the image

您可以在此处找到更多详细信息。 如果不是,请尝试使用cv2 .__版本__ 并查看该功能是否适用于您的opencv版本。我的是4.1.0。

尝试提供帮助。