Skip to content

"final_model.obj" - vertices don't have values #566

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

Closed
felixboevr opened this issue Feb 19, 2021 · 4 comments
Closed

"final_model.obj" - vertices don't have values #566

felixboevr opened this issue Feb 19, 2021 · 4 comments
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@felixboevr
Copy link

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".

@gkioxari gkioxari self-assigned this Feb 19, 2021
@gkioxari
Copy link
Contributor

This possibly relates to this issue #561

@gkioxari gkioxari added the duplicate This issue or pull request already exists label Feb 19, 2021
@nikhilaravi
Copy link
Contributor

@felixboevr can you try setting perspective_correct=False in the RasterizationSettings for the rasterizer.

@felixboevr
Copy link
Author

Thank you both a lot. I'll try...

@felixboevr
Copy link
Author

After adding "perspective_correct=False" I was able to get the verts. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants