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

Landmark Alignment #89

Open
jax79sg opened this issue Jun 4, 2018 · 0 comments
Open

Landmark Alignment #89

jax79sg opened this issue Jun 4, 2018 · 0 comments

Comments

@jax79sg
Copy link

jax79sg commented Jun 4, 2018

Hi, i read alot of work regarding face alignment on the python version of dlib. How can i apply that on this Java port?

import com.tzutalin.dlib.FaceDet;
private FaceDet mFaceDet;
mFaceDet = new FaceDet(getFaceShapeModelPath());
List<VisionDetRet> results=mFaceDet.detect(bitmapA1);

The VisionDetRet results gave the boundary of detected faces and the 68 landmarks. How should i perform the transformation to align the face for downstream processing?

Thank you.

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

1 participant