opencv-face-recognition-python icon indicating copy to clipboard operation
opencv-face-recognition-python copied to clipboard

I have this error

Open mostafazaghlol opened this issue 6 years ago • 5 comments

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

mostafazaghlol avatar Mar 05 '18 19:03 mostafazaghlol

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

man02019 avatar Mar 22 '18 10:03 man02019

I'm having the same error, send help

nguyen37 avatar May 08 '18 00:05 nguyen37

has anyone solved this?

runaway1722 avatar Jun 10 '18 03:06 runaway1722

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

Nile1103 avatar Jun 10 '18 04:06 Nile1103

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

AyushTejwani avatar Jul 20 '18 21:07 AyushTejwani