Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to detect whether the faces in the pictures are complete #1543

Open
imaben opened this issue Dec 6, 2023 · 1 comment
Open

I want to detect whether the faces in the pictures are complete #1543

imaben opened this issue Dec 6, 2023 · 1 comment

Comments

@imaben
Copy link

imaben commented Dec 6, 2023

  • face_recognition version:
  • Python version:
  • Operating System:

Description

"I want to detect whether the faces in the pictures are complete, primarily to check if the faces are obscured by other elements, as shown in the example below:

13

I tried using face_landmarks for detection but found it ineffective.

What should I do to achieve this? Thank you."

@Raghucharan16
Copy link

you can use RetinaFace or yolo for extraction of facial landmarks and by setting a threshold you can decide to ignore or take that face.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants