ageitgey / ageitgey/face_recognition
very low accuracy
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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