Why OpenCV face detection recognition the faces for untrained face?
I trained 472 unique images for a person A for Face Recognition using "haarcascade_frontalface_default.xml". While I am trying to detect face for the same person A for the same images which I have trained getting 20% to 80% confidence, that's fine for me.
But, I am also getting 20% to 80% confidence for person B which I have not included in training the images. Why its happening for person B while I am doing face detection?
I am using python 2.7 and OpenCV 3.2.0-dev version.
Please reply me.
There are some inconsistencies in your question
So you should make up what you want to do. My guess is the second thing!
Hello @StevenPuttemans
I have to Train the many people' images ( i.e. Dhananjay, Rajesh, Priyanka. etc.) using Python, OpenCV.
Now I want to Detect face and Recognition/Verification of the face from Trained data set. Where the given images are in Trained Data set or not?
Thanks,