You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the system is working well for every function, but just the 'train dataset' & 'mark attendance' could not function.
The error was same:
File "E:\New folder\Face_Recognition_Attendance_System-master\Face_recognition_system\training_dataset.py", line 5, in recognizer = cv2.face.createLBPHFaceRecognizer() AttributeError: module 'cv2' has no attribute 'face'
File "E:\New folder\Face_Recognition_Attendance_System-master\Face_recognition_system\recognizer.py", line 15, in recognizer = cv2.face.createLBPHFaceRecognizer()
AttributeError: module 'cv2' has no attribute 'face'
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @vishalverma116 ,
the system is working well for every function, but just the 'train dataset' & 'mark attendance' could not function.
The error was same:
File "E:\New folder\Face_Recognition_Attendance_System-master\Face_recognition_system\training_dataset.py", line 5, in
recognizer = cv2.face.createLBPHFaceRecognizer()
AttributeError: module 'cv2' has no attribute 'face'
File "E:\New folder\Face_Recognition_Attendance_System-master\Face_recognition_system\recognizer.py", line 15, in
recognizer = cv2.face.createLBPHFaceRecognizer()
AttributeError: module 'cv2' has no attribute 'face'
Thanks.
The text was updated successfully, but these errors were encountered: