I want to work on this face recognition project but when I run the train.py, I get the following error:
recognizer = cv2.face.createFisherFaceRecognizer()
AttributeError: 'module' object has no attribute 'face'
I've googled it but I didn't find anything useful.
I'm running python 2.7 and OpenCV 3.2.0.
Any help would be appreciated.
brew install opencv3 --with-contrib