face_recognition icon indicating copy to clipboard operation
face_recognition copied to clipboard

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

Open imaben opened this issue 1 year ago • 1 comments

  • 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."

imaben avatar Dec 06 '23 06:12 imaben

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.

Raghucharan16 avatar Apr 16 '24 05:04 Raghucharan16