Face detection for profile photos #35
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nonshy/website#35
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).
And the face_score would tie into the Certification Required feature of the site:
This Go module may be useful for the face recognition (pure Go): https://github.com/esimov/pigo