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

The definition of face geometry is different from Mediapipe Canonical OBJ file #5

Open
junhwan-entre opened this issue Jan 13, 2025 · 1 comment

Comments

@junhwan-entre
Copy link

Thanks for providing the great project in advance.

I checked the definition of face geometry in face_geom.js. I found the definition is different from the mediapipe's face canonical obj file.

Can I know how did you get the face_geometry? Otherwise, should I change the definition same as the mediapipe standard obj orders?
canonical_face_model.txt

@breathingcyborg
Copy link
Owner

It used to be part of tfjs repo.

You can ignore the FACE_MESH_VERTEX_BUFFER variable it's unused.

The FACE_MESH_INDEX_BUFFER defines the triangles for example points/vertices 173, 155, 133 form a triangle.

The FACE_MESH_UV contains the uv mapping for applying textures.

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

2 participants