Skip to content
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

Static noise in generated images. #170

Open
rpapallas opened this issue Nov 13, 2023 · 3 comments
Open

Static noise in generated images. #170

rpapallas opened this issue Nov 13, 2023 · 3 comments

Comments

@rpapallas
Copy link

rpapallas commented Nov 13, 2023

Hello,

Thank you for this great library! I have used it in conjunction with DOPE to create synthetic data and re-train dope with custom objects. However, sometimes, the library will generate images with static noise. Please see a screenshot below. This happens randomly and re-running the same script multiple times would generate fine images but sometimes it will generate images like the one attached. I use this script.

Initially I thought it’s our graphics card / OS, but I tested it on two machines:

  1. Ubuntu 20.04 with RTX 3080, driver 535.129.03, CUDA 12.2
  2. Ubuntu 20.04 with RTX 4090, driver 535.129.03, CUDA 12.2

NVISII version: 1.1.72 on both machines.

Again note that this doesn’t happen all the time, but frequently enough. I don’t think this is part of the domain randomisation as the image is too noisy?

An example of problematic image:

IMG_0111

An example of a good image:

IMG_0112

@TontonTremblay
Copy link
Collaborator

This is caused by the newest version of optix denoiser which we did not integrate with. Sadly I do not have an easy solution rather than downgrading your drivers. I ran into the same problems with 535, which you need for the most recent cards. If you turn off the denoiser you should have "ok" images, but you will get a lot of noise in the images.

@natevm maybe we could add to feature request?

@rpapallas
Copy link
Author

Thank you for the quick response, Jonathan.

@rpapallas
Copy link
Author

I can confirm that downgrading to 525.147.05 fixed this issue. Feel free to close this issue, unless you want to convert it to feature request. Thank you again for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants