informramiz / opencv-face-recognition-python

Face Recognition using OpenCV and Python.
MIT License
517 stars 351 forks source link

I have this error #8

Open mostafazaghlol opened 6 years ago

mostafazaghlol commented 6 years ago

AttributeError: 'module' object has no attribute 'face' on line 246 ? screenshot from 2018-03-05 21-31-20

man02019 commented 6 years ago

hii, i am also facing same problem.please help. i googled then i found that i have to install "opencv-contrib" by the command-"pip install opencv-contrib" .but "your pip version is not supported to download opencv-contrib" error was shown. please help

nguyen37 commented 6 years ago

I'm having the same error, send help

runaway1722 commented 6 years ago

has anyone solved this?

Nile1103 commented 6 years ago

@runaway1722 I installed "opencv-contrib" and solved my problem like this. image you can try it .

AyushTejwani commented 6 years ago

first remove your opencv library and add it again with contrib follow this for adding: run command prompt as admin pip install opencv-contrib-python

the eigenface isnt present in the library of opencv and you have to add it thats why such problem is faced