cv2.face.LBPHFaceRecognizer_create() 无法工作,即使我已经在 pycharm 窗口中安装了它的库。该怎么办?

问题描述 投票:0回答:1

我试图在我的程序中使用 '''cv2.face.LBPHFaceRecognizer_create()''' 但出现此错误 AttributeError: module 'cv2.cv2' has no attribute 'face' on pycharm.我已经安装了此功能所需的所有以下库,但仍然没有解决方案。我是pycharm windows 10上的这个程序。

face-recognition lbph-algorithm
1个回答
0
投票

做:

pip install opencv-contrib-python

然后再试一次。这对我有用

© www.soinside.com 2019 - 2024. All rights reserved.