opencv-face-recognition-python
opencv-face-recognition-python copied to clipboard
Same name (ID) on different faces
Hi Rameez, I am having a problem in face recognition.
I used LBPHFaceRecognizer() in training and pre trained HaarCascadeClassifier in face recognition. I used two samples faces and 30 images of each face.
Whenever I tested the model using a new face (that the model has not ben trained for) instead of showing un known it every time shows the name of the first face which I used for the training.
Can you help me in this regard?