ageitgey / ageitgey/face_recognition

very low accuracy

Open
#406 10 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
56.8k
Forks
13.7k
PR merge metrics
No merged PRs in 30d

Description

Algorithm is very bad in terms of accuracy.
when I run the script titled " Identify and draw boxes around each person in a photo "
it successfully cropping the face of the person from any image but while printing name over bounding box over face, its printing wrong name
means it simply taking first input from the array of name
e.g
name = [ "John" ,"Mickey"]
for all the input image it will always give john for the first image.

Is it possible to rectify it?
If yes then please let me know how to do that?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the behavior in the script titled "Identify and draw boxes around each person in a photo" with multiple input images and the example name array. Compare each detected face and bounding box with the name assigned to it; the issue is resolved when each box receives the corresponding person's name instead of always using the first array entry.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
computer-vision, machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.