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