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

[FEATURE]: Classify faces as covered or uncovered for robust facial feature extraction. #1254

Closed
annoyingCode opened this issue Jun 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@annoyingCode
Copy link

Description

First of all, thank you so much for this open-course repository. It is highly appreciated!

It would be great if we have a feature to identify whether a face is covered or not. This is particularly useful for security related face recognition tasks because if a face is uncovered, the feature extraction models like Dlib's ResNet or any other will generate more robust features of the face. Even though models like YOLOv8, and MediaPipe perform very well in detecting faces (they can detect a face even if most of it is covered), facial feature extraction models are trained with the assumption of uncovered faces and because of that, they tend to produce unreliable face embedding.

Let me know if you need more details on this request.

Thank you.

Additional Info

No response

@annoyingCode annoyingCode added the enhancement New feature or request label Jun 10, 2024
@serengil
Copy link
Owner

extract faces is already returning confidence score and if face is covered, its confidence score will be low. you can discard faces with a confidence score less than a threshold.

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

No branches or pull requests

2 participants