opencv_contrib
opencv_contrib copied to clipboard
AttributeError: 'module' object has no attribute 'createFisherFaceRecognizer'
Hi everyone,
I am new to python. After I finished the installing steps of the opencv_contrib, I still got the error message as following:
AttributeError: 'module' object has no attribute 'createFisherFaceRecognizer'
I tried to run this repo: https://github.com/kitsook/face.git I think it may not correctly link to my extra library... is there anyting wrong?
System information (version)
api has changed, you have to use:
fr = cv2.face.FisherFaceRecognizer_create()
(it's not even an opencv problem, the repo you're trying to to use is simply outdated) would you be so kind, to close this issue ? it is not about a library bug, and further questions should go to http://answers.opencv.org
fishface = cv2.face.FisherFaceRecognizer_create()
AttributeError: module 'cv2' has no attribute 'face'