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

Wrong shapre of uv_vertices #91

Open
Robin970822 opened this issue May 26, 2022 · 0 comments
Open

Wrong shapre of uv_vertices #91

Robin970822 opened this issue May 26, 2022 · 0 comments

Comments

@Robin970822
Copy link

https://github.com/YadiraF/face3d/blob/2fc26906d159a11398cd3e7a9b3f16b6f8937da3/examples/Data/BFM/show.m#L36

uv_vertices should be in a shape of 2x53216 instead of 53216x2.
Thus, the code should be

uv_vertices = [uv_coords; zeros(1, size(uv_coords, 2))]'
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