Face detection for profile photos #35

Open
opened 2024-01-08 19:21:20 +00:00 by noah · 0 comments

To help enforce community standards that a default profile picture must include your face, utilize a face detection module that can tag each photo with a face score (or: does a face exist in the photo or not).

On the photos table, add a "face_score" column with values to represent Yes, No, or NULL (not computed yet).

  • New photos uploaded will have the face_score computed and stored immediately.
  • Legacy photos will be backfilled with a script to have their face_score added in retrospect.

And the face_score would tie into the Certification Required feature of the site:

  • If your default profile pic face_score is NULL or Yes: do not restrict.
  • If the face_score is No: this fails the Certification Required check and the user should pick a better profile picture.

This Go module may be useful for the face recognition (pure Go): https://github.com/esimov/pigo

To help enforce community standards that a default profile picture must include your face, utilize a face detection module that can tag each photo with a face score (or: does a face exist in the photo or not). On the photos table, add a "face_score" column with values to represent Yes, No, or NULL (not computed yet). * New photos uploaded will have the face_score computed and stored immediately. * Legacy photos will be backfilled with a script to have their face_score added in retrospect. And the face_score would tie into the Certification Required feature of the site: * If your default profile pic face_score is NULL or Yes: do not restrict. * If the face_score is No: this fails the Certification Required check and the user should pick a better profile picture. This Go module may be useful for the face recognition (pure Go): https://github.com/esimov/pigo
noah added the
enhancement
label 2024-01-08 19:21:20 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nonshy/website#35
There is no content yet.