face_recognition
face_recognition copied to clipboard
I want to detect whether the faces in the pictures are complete
- 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:
I tried using face_landmarks for detection but found it ineffective.
What should I do to achieve this? Thank you."
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.