[Bug Report] RTX 5090: Blurry, Pixelated and Noisy Rendering in RTX Real-Time Mode on Ubuntu 22.04 (Driver 570.133.07 / 570.124.04) #2869
Replies: 21 comments 3 replies
-
Thanks for posting this. The team will investigate. |
Beta Was this translation helpful? Give feedback.
-
Same here |
Beta Was this translation helpful? Give feedback.
-
same here. |
Beta Was this translation helpful? Give feedback.
-
Same |
Beta Was this translation helpful? Give feedback.
-
Same here |
Beta Was this translation helpful? Give feedback.
-
I added the following cli args to rsl_rl/train.py and play.py so that path tracing is automatically used with low samples per frame. With 1 sample per pixel per frame it's just as fast as RTX-Real-Time for me. For those wondering why this works, these cli_args are passed to AppLauncher, which in turn passes the args to SimulationApp which supports these parameters https://docs.omniverse.nvidia.com/py/isaacsim/source/extensions/omni.isaac.kit/docs/index.html
|
Beta Was this translation helpful? Give feedback.
-
I'm currently using RTX - Interactive mode as a workaround for simpler scenes, but it has poor visual quality and performance in indoor scenarios. According to a recent NVIDIA Developer Forum update, the issue with RTX - Real-Time rendering stems from compatibility problems between NVIDIA Blackwell GPUs and the Kit version in Isaac Sim (4.5.0 and 4.2.0). As Isaac Sim is closed-source, we have to wait for an official update to address this. |
Beta Was this translation helpful? Give feedback.
-
@renhong-zhang My system configuration is the same as yours, and I recently tried to use isaac lab. In the official documentation, they mentioned For 50 series GPUs,please use the latest PyTorch nightly build instead of PyTorch 2.5.1,which comes with Isaac Sim: pip install--upgrade--pre torch torchvision--index-url https://download.pytorch.org/whl/nightly/cu128. . After executing./isaaclab.sh--install rl_games, I followed their instructions, but encountered version conflict:isaaclab 0.36.6 requires torch==2.5.1,but you have torch 2.8.0.dev20250414+cu128 which is incompatible. isaaclab-rl 0.1.4 requires torch==2.5.1, but you have torch 2.8.0.dev20250414+cu128 which is incompatible. isaaclab-tasks 0.10.27 requires torch==2.5.1, but you have torch 2.8.0.dev20250414+cu128 which is incompatible. I don't know if you have encountered this problem, please give me some help, thank you very much. |
Beta Was this translation helpful? Give feedback.
-
You can remove the version specification from the setup.py files in isaaclab-rl and isaaclab-tasks. |
Beta Was this translation helpful? Give feedback.
-
@Nate711 It works!Many thanks! |
Beta Was this translation helpful? Give feedback.
-
Weird, but pleasantly surprising observationsObservation 1When I run IsaacSim with Observation 2Replicator data generation also generates noisy RGB images, but depth images are perfectly clean Observation 3BUT, when I use |
Beta Was this translation helpful? Give feedback.
-
I am using the exact same setup as described by OP but on Ubuntu 20.04 and it seems to get rid of the noise. But I am still facing the issue in Ubuntu 22.04. |
Beta Was this translation helpful? Give feedback.
-
I am using the same setup with isaac-4.5. Facing the same issue. I even installed the apt version required for torch and torchvision. Any help would be very good. I get the same output in interactive and real-time modes. |
Beta Was this translation helpful? Give feedback.
-
@singh-jayant @snknitheesh @atyagi702 Read the above message by @renhong-zhang |
Beta Was this translation helpful? Give feedback.
-
I am facing the following error when I run scripts without headless. I have install the latest PyTorch nightly build. Wondering if anyone have the same issue and know how to solve it, thanks!
System info
|
Beta Was this translation helpful? Give feedback.
-
Hi, this is because cuda does not match the GPU. I used the following command to solve it. I hope it can help you! |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply! However, there’s no CUDA 11 installed on my system.
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much! Your method solved this problem for me. I really appreciate it, and wish you every success in your research! |
Beta Was this translation helpful? Give feedback.
-
Same here |
Beta Was this translation helpful? Give feedback.
-
The blurry rendering issue should now be addressed in Isaac Sim 5.0. You can access the open source repo at https://github.com/isaac-sim/IsaacSim |
Beta Was this translation helpful? Give feedback.
-
I am unable to get any rendering working. following the isaacsim 5.0.0 pip install i can launch isaac sim, create the empty scene in isaaclab and train ant, but i cannot visualize ant: I have tried downgrading to isaacsim 4.5.0 and isaac lab 2.1.0 following these steps but i cannot launch isaacsim:
![]() system :
please help, detailing your steps to get visualization it is much appreciated :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
GPU: 5090(This bug relates to 50-series card)
When using RTX - Real Time rendering mode in Isaac Sim on Ubuntu 22.04, the rendered robot appears extremely blurry, pixelated, and noisy. The issue presents as:
This occurs with both default models and USD files I import. I have not modified any materials or shaders. Switching to Windows 11 (driver 572.83) on the same machine renders the scene correctly, indicating this issue is specific to Ubuntu + 50-series GPU + RTX Real-Time mode.
Steps to reproduce
Mode: RTX - Real-Time
Mode: RTX - Real-Time 2.0
Mode: Interactive(Path Tracing)
System Info
Additional context
Checklist
Acceptance Criteria
Beta Was this translation helpful? Give feedback.
All reactions