vishwajeetsinghrana8 / OpenCV

OpenCV 3 with Python 3 2018
0 stars 0 forks source link

error in face Recognizer #3

Open Tilak612 opened 5 years ago

Tilak612 commented 5 years ago

cv2.face.LBPHFaceRecognizer_create() is module not working error show terminal is Traceback (most recent call last): File "def2.py", line 20, in model = cv2.face.LBPHFaceRecognizer_create() AttributeError: module 'cv2.cv2' has no attribute 'face'

samii-ullah commented 5 years ago

cv2.face.LBPHFaceRecognizer_create() is module not working error is showing in the terminal AttributeError: module 'cv2.cv2' has no attribute 'face' could you please resolve this issue?

kush-koderrex commented 4 years ago

cv2.face.LBPHFaceRecognizer_create() is module not working error is showing in the terminal AttributeError: module 'cv2.cv2' has no attribute 'face' my program showes tis error

sahaaj commented 4 years ago

do pip3 install opencv-contrib-python this will help you get the face library which is in opencv