Skip to content
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

Open
deepakbtiwari opened this issue Mar 20, 2020 · 4 comments
Open

How to get Objects from face #79

deepakbtiwari opened this issue Mar 20, 2020 · 4 comments

Comments

@deepakbtiwari
Copy link

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?

@panda-lab
Copy link
Contributor

you can refer https://github.com/zeusees/HyperLandmark/blob/master/images/landmark_order.png to get different points.

@deepakbtiwari
Copy link
Author

Thanks for your response,
But I already checked that,

My question is how to get an object from the face.
Like I want only Nose, Lips, Eyes separately, Then how can I do that, I am making makeup app.

@panda-lab
Copy link
Contributor

Sorry for that, our sdk do not contain this function.

@progmars
Copy link

progmars commented Jun 23, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants