-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Support multiple face contours #49
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
I'm also only getting a single face's contours per analysis. Perhaps the documentation for |
temporary solution : Same here. I'm detecting 5 faces but I'm only getting one face that has a contour. |
i am also facing the same problem using firebase ml kit. Detecting multiple faces in the image but contours of only the most prominent face in the image. Anyone plzzzz help me! |
I believe the current API only supports the contour for ONE face. I'll mark this as a feature request for now. Thanks! |
Hi all, Please try new Face mesh detection SDK, which has improved functionality for
Thanks |
Describe your environment
Describe the problem:
I'm using Face Detection ml kit library to detect face contour and its lips. So I'm using this configuration:
I'm able to get more then 1 face (3 in my example image) with boundingBox and trackingId, but countours are populated only for one face. All others are just empty.
Documentation says that
ALL_CONTOURS: Detects FirebaseVisionFaceContour for a given face. Note that it would return contours for up to 5 faces
. So I expect that ml kit will return contours for up to 5 faces, but not the only 1 of them.Steps to reproduce:
Observed Results:
Expected Results:
The text was updated successfully, but these errors were encountered: