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

nose_tip from model_points[0] while the first vertex is lips tip in canonical face obj #26

Open
chojuahn opened this issue Apr 20, 2024 · 0 comments

Comments

@chojuahn
Copy link

Thanks for the great work.
I'm trying to figure out why model_points[0] represents nose_tip while the first vertex is lips tip in canonical face obj also in canonical_metric_landmarks

in face_geometry.py
canonical_metric_landmarks = np.array(
    [
        0.000000,
        -3.406404,
        5.979507, ...]
also in canonical_face_model.obj
v 0.000000 -3.406404 5.979507

and mediapip canonical face model uv visualization also has the first vertex as lips tip.
image

While the nose tip should be model_points[1] following the above references, how come head_posture.py draws a line steming from model_points[0] correclty put on tip of the nose when I test it?
image

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