I am using python-3.6,
opencvpython-3.4.3,
and I when execute this line->
face_recognizer = cv2.face_LBPHFaceRecognizer.create()
AttributeError: module 'cv2' has no attribute 'face_LBPHFaceRecognizer'
I am a beginner,please help
1 | initial version |
I am using python-3.6,
opencvpython-3.4.3,
and I when execute this line->
face_recognizer = cv2.face_LBPHFaceRecognizer.create()
AttributeError: module 'cv2' has no attribute 'face_LBPHFaceRecognizer'
I am a beginner,please help