Open Anirudhpsr opened 5 years ago
module 'cv2.cv2' has no attribute 'face'
in line---> "face_recognizer=cv2.face.LBPHFaceRecognizer_create()"
If you installed with 'pip install opencv-python' try installing with 'pip install opencv-contrib-python' worked for me ... with the first command some modules are not installed
module 'cv2.cv2' has no attribute 'face'
in line---> "face_recognizer=cv2.face.LBPHFaceRecognizer_create()"