ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

In cv2 . face.LBPHFaceRecognizer_create() attribute face is not found #12983

Open mandarmakhi opened 2 years ago

mandarmakhi commented 2 years ago

Checklist

What happened?

12 recognizer = cv2.face.LBPHFaceRecognizer_create() 13 assure_path_exists("saved_model/") 14 recognizer.read('saved_model/s_model.yml')

AttributeError: module 'cv2' has no attribute 'face'

Conda info

No response

Conda config

No response

Conda list

No response

Additional Context

12 recognizer = cv2.face.LBPHFaceRecognizer_create() 13 assure_path_exists("saved_model/") 14 recognizer.read('saved_model/s_model.yml')

AttributeError: module 'cv2' has no attribute 'face'

mandarmakhi commented 2 years ago

0