Shashank S
Results
1
comments of
Shashank S
> AttributeError Traceback (most recent call last) > in () > ----> 1 face_recognizer = cv2.face.createLBPHFaceRecognizer() > 2 > > AttributeError: module 'cv2' has no attribute 'face' > Why is...