ageitgey / ageitgey/face_recognition

Accuracy is very less on Large database of Images

Open
#237 5 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

Hi,

I have a database of 50 million uniques faces i.e one image per person. Initially, I took 36000 images to test the accuracy, surprisingly accuracy is very low even with 0.6 threshold. If i take the compare_faces is true of the known and unknown face, it results in thousands of matching faces. I manually defined the threshold 0.4 still giving disappointing results and not matching same people. Could you please suggest me what can i do to improve accuracy on Large database of Images. I have only one image per person. Suggest me if any other algorithm or way works in my case.

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

The issue names compare_faces and 0.6 and 0.4 thresholds but no repository file or test. Start by reviewing the compare_faces entry point and reproducing the reported behavior on the described sample. Done means documenting whether the behavior is expected and identifying a supported path for the stated large-scale, single-image-per-person case.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.