We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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))]'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: