4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):
Operating System
Ubuntu 24.04
Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
Model:
Driver Version:
Topic Description
Detailed Description
Using the AgentSDG class found at the path “isaacsim_4_5/tools/agent_sdg/sdg_scheduler.py” I created some recordings. However, the character animations are blurry, is it possible to eliminate the blurring?
Yes this is a common issue with fast moving object animation, and not enough time and gpu cycles to “clean up” the past frames. The denoiser is a time-dependent sampler and so it averages over several frames.
Is this a direct capture of the viewport, or is this from a rendered output? If you render it out using Movie Capture, you can add some longer “settle” and “render” time to the frame to get it to blend out better.
The main factor is seeing blurriness in the viewport is your GPU framerate or FPS. The faster your FPS, the faster it can resolve. So usually 30fps and up, is really good. Lower than that, it gets much worse. One way to deal with that is to lower the viewport resolution.
The other factor is lighting. It is much better with direct lighting, and much worse with indirect lighting.
This is only a factor in the realtime mode. In the path tracing mode, it is not present. However, some GREAT news, is that we have just released our brand new RTPT / Realtime 2.0 rendering engine, in the latest kit 107.03 version, available right now on GitHub. GitHub - NVIDIA-Omniverse/kit-app-template: Omniverse Kit App Template
I know this is Isaac Sim probably, but they will get it soon as well.
@michele.delledonne pulled from another thread, a suggestion was made regarding setting RTSubframes in carb setting. not sure if it’s something you could look into in the meantime:
I have already worked on it, it improves the results a lot but the computational time increases dramatically, also it does not solve the problem completely.
Thanks @Richard3D, I will try your solutions!