Announcement

Collapse
No announcement yet.

Denoiser

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Denoiser

    I can't seem to figure out how to work the denoising features at all. Does it work with CUDA rendering?

    Are there any tutorials available. I can't find any.

  • #2
    Yes, it should work with GPU rendering. Start by adding a Denoiser render element to your render settings - after the render is complete, you should get a denoised version of the image in it. You can then play with the settings in the Denoiser render element itself to adjust the result.

    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment


    • #3
      Thanks, but I can't seem to get any effect at all, even when the settings are set to high/strong. Two questions.

      Does the render have to complete before the denoising is calculated?

      Does it work with texture baking?

      Comment


      • #4
        If you are using the bucket sampler, then yes - the render needs to complete before the Denoiser render element is calculated and filled in. For the progressive sampler, then the denoiser render element will be updated occasionally during rendering too.

        I don't see a reason why it wouldn't work with texture baking.

        Best regards,
        Vlado
        I only act like I know everything, Rogers.

        Comment


        • #5
          When you add the denoiser render element in the scene, it will automatically add a few render elements in the VFB. One of them is named noiseAmount. Please check that t is there and that it is not completely black. This can happen if you have opened old scene (probably a while ago) and choosed "no" in the pop up asking to switch to the 3.3+ image sampler and settings.
          If that is the case reseting the scene settings will solve it. Other option is to render to exr and denoise with the external denoise tool which has option for noiselevel which can be manually set, but I would strongly suggest just to reset the settings since it is more user friendly.

          Best,
          Blago.
          V-Ray fan.
          Looking busy around GPUs ...
          RTX ON

          Comment


          • #6
            ok thanks guys,
            Final question before I try again. It should with CUDA rendering?

            Comment


            • #7
              Yes, here is a video of production with RT GPU and denoiser https://twitter.com/savage309/status/751024759845027840

              Best,
              Blago.
              V-Ray fan.
              Looking busy around GPUs ...
              RTX ON

              Comment


              • #8
                Originally posted by tmcthree View Post
                Thanks, but I can't seem to get any effect at all, even when the settings are set to high/strong.
                Make sure you look at the VRayDenoiser render element, not the RGB.
                Lele
                Trouble Stirrer in RnD @ Chaos
                ----------------------
                emanuele.lecchi@chaos.com

                Disclaimer:
                The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.

                Comment


                • #9
                  Anyone find with nuke and rv that's unable to list the noiseLevel AOV. But its there in djv and exrinfo

                  Comment


                  • #10
                    Originally posted by nfowler View Post
                    Anyone find with nuke and rv that's unable to list the noiseLevel AOV. But its there in djv and exrinfo
                    It should be named "Other" in the channel list. This is if you use Nuke to open multi-channel EXRs.
                    Tashko Zashev | chaos.com
                    Chaos Support Representative | contact us

                    Comment


                    • #11
                      Hi Blago, what do you mean "reset the scene settings"?

                      Comment


                      • #12
                        Originally posted by tmcthree View Post
                        Hi Blago, what do you mean "reset the scene settings"?
                        Hm, what was it in the end ?
                        Do you have noiseLevel render element / is it black ?

                        Best,
                        Blago.
                        V-Ray fan.
                        Looking busy around GPUs ...
                        RTX ON

                        Comment


                        • #13
                          Originally posted by savage309 View Post
                          Hm, what was it in the end ?
                          Do you have noiseLevel render element / is it black ?

                          Best,
                          Blago.
                          Yes, denoiser is identical to the RGB and the noise level is black.

                          Comment


                          • #14
                            Can you open the Maya script editor and in a MEL tab execute this line:
                            Code:
                            getAttr vraySettings.dmcAdaptiveMethod;
                            If the returned value is 0, run this MEL line:
                            Code:
                            setAttr vraySettings.dmcAdaptiveMethod 1;
                            If the returned value is 1, we'll probably need a scene to see what's wrong.
                            Alex Yolov
                            Product Manager
                            V-Ray for Maya, Chaos Player
                            www.chaos.com

                            Comment


                            • #15
                              Thats it, thanks Yolov.
                              Should I have set that somewhere in the UI? I'm rendering with CUDA so the settings for the sampler are limited.

                              Comment

                              Working...
                              X