opencv-face-recognition-python
opencv-face-recognition-python copied to clipboard
problem in recognizing unknown faces
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
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
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?