Can't detect face on some image

Open
#617 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
python

Research direction

Start by reproducing the report with the supplied Python snippet, using ban.jpg and face_recognition.face_locations after loading it with face_recognition.load_image_file. Compare repeated results on the same image and document the conditions under which detection fails; the issue does not identify a source file, test, or expected fix.

Written by the indexing model from the issue text.

Description

  • face_recognition version: 1.2.3
  • Python version: 2.7 and 3.6
  • Operating System: ubuntu 18.0
Description

i try to detect an face on id card, some id card has detected face well but sometimes face on id card can't detected (same id card, not like first can't detect and second time is detected)

What I Did
i tried to print like this:
import face_recognition
image = face_recognition.load_image_file("ban.jpg")


face_locations = face_recognition.face_locations(image)
print (face_locations)

i have try using python 2.7 and python 3.6 the result still same
Dominant language
Python
Stars
56.8k
Forks
13.7k
PR merge metrics
No merged PRs in 30d

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.

More from ageitgey/face_recognition

All issues in ageitgey/face_recognition

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.