-
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
How to change background color of the pytorch3d rendering results? #1841
Comments
You need to find in the code where you construct a |
To avoid modifying pytorch3d but change the background color, you can change the EDIT: This isn't the real question. |
The image that looks "wrong" seems to have the background color applied to the foreground. I wonder if there's a problem with the znear or zfar values: you want the object to be between them. You can add |
I want to change the background color of the rendering image form image1 to image2:
and I try to modify th parameters here:
But the results looks wrong:
How to do it correctly?
The text was updated successfully, but these errors were encountered: