recognizer = cv2.face.LBPHFaceRecognizer_create() AttributeError: module ‘cv2.cv2‘ has no attribute

问题:
has no attribute face
方法:
pip install opencv-contrib-python

你可能感兴趣的:(人脸识别,opencv)