Ask Your Question

Dhananjay Sharma's profile - activity

2017-05-05 01:52:34 -0600 received badge  Enthusiast
2017-04-11 07:36:46 -0600 commented question Why OpenCV face detection recognition the faces for untrained face?

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,

2017-04-05 04:26:44 -0600 asked a question 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.