Hi!
Given the issue with RT that I reported here, I’m trying to use PathTracing from within Isaac Sim’s container. When I enable PathTracing, I start receiving the error:
As can be seen in the image, it has something to do with the Denoiser not being able to load the weights.
The Denoiser seems to instantiate or spawn the same process with the same error over and over again until I eventually get:
Besides the fact that the first dozens of errors are not related to memory, the exact same computer is able to run the same version of Isaac Sim from the host (using the Launcher and so on) with Path Tracing and no issue at all.
Disabling the Denoiser is not an option, the results are simply unusable:
To provide some extra information, my current use case for this is with a custom pipeline using Replicator BUT the same can be achieved by bringing up the container, opening Isaac Sim, and enabling Path Tracing as can be seen in the video:
I’ve been working with Isaac Sim for quite a while now, and it’s the first time I see this happening. I just changed the computer so I assume the required flags/env vars changed with the latest version of ctk, or something like that.
I’ll take advantage of the ticket to report then that the documentation is out to date. There’s no mention neither to the environment variable or the flag.
The “recommended” docker run command does not include either the --runtime=nvidia or the -e NVIDIA_DRIVER_CAPABILITIES=all. Which again, is not a problem if you’re not going to use PathTracing, but if you do, there’s nothing explaining you need to add that.