opencv-face-recognition-python
opencv-face-recognition-python copied to clipboard
I have this error
AttributeError: 'module' object has no attribute 'face'
on line 246 ?
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
I'm having the same error, send help
has anyone solved this?
@runaway1722 I installed "opencv-contrib" and solved my problem like this.
you can try it .
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