-
Notifications
You must be signed in to change notification settings - Fork 521
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
How to get Objects from face #79
Comments
you can refer https://github.com/zeusees/HyperLandmark/blob/master/images/landmark_order.png to get different points. |
Thanks for your response, My question is how to get an object from the face. |
Sorry for that, our sdk do not contain this function. |
The simplest option - just collect the regions by known points and then apply OpenCV masking functions - fillConvexPoly with white and then combine with colored image of your makeup etc. |
Hi,
I am making face makeup app and for that, I have to recognize Lips, Eyes, Nose
How can I get landmarks for different objects and draw colors accordingly?
The text was updated successfully, but these errors were encountered: