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

problem in recognizing unknown faces

Open deepikanicha opened this issue 6 years ago • 2 comments

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

deepikanicha avatar Jun 13 '18 08:06 deepikanicha

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

AyushTejwani avatar Jul 23 '18 22:07 AyushTejwani

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?

gupta9ankit5 avatar Aug 13 '24 12:08 gupta9ankit5