-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
NaN loss in PyTorch3D Tutorial "Fit a Mesh with Texture via Rendering" #991
Comments
Just to confirm, the install command took many minutes? |
Yes, it took several minutes. |
I have just installed PyTorch3D on a second machine with a newer version of Ubuntu and slightly different versions of the required components necessary to run PyTorch3D, but I still get NaN loss when running the tutorial. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
I have just installed PyTorch3D again and run the tutorial, but I still get NaN loss. Have you fixed the problem with perspective_correct? |
Not completely. |
This has been reported a few times and the master issue is #561. It should be fixed in the latest code in the main branch which you could use instead of a release either by building from source or using a nightly build. You can also add perspective_correct=False to the RasterizationSettings objects to avoid the problem. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
I am trying to run the PyTorch3D tutorial "Fit a Mesh with Texture via Rendering" with the new version 0.6.1 of PyTorch3D, and I get NaN loss.
Before running the tutorial code, I first uninstalled the previous version of PyTorch3D with the following command:
This is the output of the previous command:
Then, I installed PyTorch3D again with the command
This is the output of the previous command:
The text was updated successfully, but these errors were encountered: