ageitgey / ageitgey/face_recognition

Optionally include confidence, when running face_locations

Open
#600 0 comments 2 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

  • face_recognition version: 1.2.3
  • Python version: 3.7.0
  • Operating System: OSX
Description

dlib allows you to see the confidence of a detected face. However, this functionality is not exposed in face_recognition. Could there be an option to face_locations, or a different method, that includes the detection confidence?

What I Did

Read the docs, read the code.

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 with the face_locations entry point and its documentation, then inspect the code that delegates face detection to dlib and review the linked confidence discussion. Done means providing an optional way to return detection confidence without breaking the existing face_locations behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
computer-vision, machine-learning
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.