Open CV facial recognition shows inaccurate results for unknown faces [closed]

asked 2018-06-06 04:39:18 -0600

Hi,

I'm implementing facial recognition using Harcascade classifier. At first, I'm creating the dataset with the input images and then training the images using the classifier . Then, I'm performing recognition in live video using the same classifier and LBPH Face Recognizer. The recognition detects faces with bounding boxes, but the results are inaccurate.

Facing the following issues:

  1. Face is recognized but returns wrong "id" for the recognized face.
  2. Unknown faces are also recognized with "id's", but there is no such face in dataset and no id is assigned to it.
  3. Face is recognized only at a shorter distance from camera.
  4. At times in longer distances, face is detected but not recognised

    I also tried the same implementation with lbpcascade classifier and ended up with the same above issues. Researched on this issue but could not find any positive solution for this. Is there any other method that could produce good accurate results? Kindly help me out to fix these issues.

Thanks in advance, Preeti

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by berak
close date 2018-06-06 05:03:13.411216

Comments

same question here

and really, you should have looked before asking.

berak gravatar imageberak ( 2018-06-06 05:02:12 -0600 )edit