Replies: 1 comment 3 replies
-
Not directly. The face landmark detector could be used for this but in most cases it detects 2 eyes even if only one is visible just based on typical distances. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I believe both FaceNet and ArcFace support face attributes (eyes, nose, mouth). I have a household of faces trained I am rarely getting false positives now other than obscured or faces off angle in profile.
Someone in almost full profile (one eye visible) or their face is coverage by a phone / hand / hair seems to cause a greater degree of false positives.
I wonder like the blur filter we could set a min threshold on visible attributes for labeling or reduce the confidence for obscured faces?
Beta Was this translation helpful? Give feedback.
All reactions