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

Same name (ID) on different faces

Open asif48 opened this issue 2 years ago • 0 comments

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?

asif48 avatar Jan 10 '23 18:01 asif48