Was giving Replicator a try today and came across an issue with the images it generated.
In several images you can see the silhouettes of objects from another frame. I have included one pair as an example. Is this an artifact of postprocessing or something?
Hello, with rapidly changing frames, DLSS keeps some of the data of the previous run. This is done due to efficiency as most scenes aren’t rapidly changing like in the Replicator generation use case. To avoid having this issue we recommend running with another antialiasing algorithm: FXAA
As to where the render settings are on code you can see in the picture.
Hello @mason.mcgough. You can also set the anti-aliasing through script with the following line: rep.settings.set_render_rtx_realtime(antialiasing="FXAA")