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
I successfully ran the tutorial for fit_textured_mesh locally and in Google Colab.
As a result I got "final_model.obj" file. I imported it to blender but no model was shown.
When I open the .obj file it shows that only the faces have been calculated but not the vertices. For every line it says "v nan nan nan".
The text was updated successfully, but these errors were encountered:
This possibly relates to this issue #561
Sorry, something went wrong.
@felixboevr can you try setting perspective_correct=False in the RasterizationSettings for the rasterizer.
perspective_correct=False
RasterizationSettings
Thank you both a lot. I'll try...
After adding "perspective_correct=False" I was able to get the verts. Thank you!
gkioxari
No branches or pull requests
I successfully ran the tutorial for fit_textured_mesh locally and in Google Colab.
As a result I got "final_model.obj" file. I imported it to blender but no model was shown.
When I open the .obj file it shows that only the faces have been calculated but not the vertices. For every line it says "v nan nan nan".
The text was updated successfully, but these errors were encountered: