We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why face-detection can still detect mouth landmark when I wear a mask.
can we Add a confidence scores of the landmarks when face landmark is hidden by glasses mask ?
and how can i know there are no mouth landmark when I wear a mask
public class FaceLandmark { private final int zza; private final PointF zzb; confidence score ? // flag landmark is hidden by things .........
Mobile environment Android, IOS or both
Android first
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why face-detection can still detect mouth landmark when I wear a mask.
can we Add a confidence scores of the landmarks when face landmark is hidden by glasses mask ?
and how can i know there are no mouth landmark when I wear a mask
public class FaceLandmark {
private final int zza;
private final PointF zzb;
confidence score ? // flag landmark is hidden by things
.........
Mobile environment
Android, IOS or both
Android first
The text was updated successfully, but these errors were encountered: