informramiz / opencv-face-recognition-python

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

problem in recognizing unknown faces #15

Open deepikanicha opened 6 years ago

deepikanicha commented 6 years ago

the code only detects faces but doesn't recognise the face.if in the test data an unkonwn image is feeded then also it gives the same name

AyushTejwani commented 6 years ago

I think you didnt run it properly it recognizes the faces for me.. And for the second one you need to set an if condition on confidence to not recognize everyone as you.. if(confidence<40) worked for me

gupta9ankit5 commented 1 month ago

I think you didnt run it properly it recognizes the faces for me.. And for the second one you need to set an if condition on confidence to not recognize everyone as you.. if(confidence<40) worked for me

How to get the confidence score?