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

feat: Wellness: Block images with faces #2957

Open
eed3si9n opened this issue Sep 14, 2024 · 0 comments
Open

feat: Wellness: Block images with faces #2957

eed3si9n opened this issue Sep 14, 2024 · 0 comments
Labels
s: pending triage Pending Triage

Comments

@eed3si9n
Copy link

When browsing through the posts I don't like to see preview images of human faces, especially politician faces. Human faces elicit automatic emotional response, and this is why people include them in the preview image. And I don't need my emotion to be disturbed.

Having said that, I don't know how practical it would be to identify faces. There's for example face-api.js that can perform face recognition using tensorflow.js core.

The Tiny Face Detector is a very performant, realtime face detector, which is much faster, smaller and less resource consuming compared to the SSD Mobilenet V1 face detector, in return it performs slightly less well on detecting small faces. This model is extremely mobile and web friendly, thus it should be your GO-TO face detector on mobile devices and resource limited clients. The size of the quantized model is only 190 KB (tiny_face_detector_model).

@eed3si9n eed3si9n added the s: pending triage Pending Triage label Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s: pending triage Pending Triage
Projects
None yet
Development

No branches or pull requests

1 participant