Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Trouble Denoising AOVs with noice

ethan.crossno
Contributor

Trouble Denoising AOVs with noice

ethan.crossno
Contributor
Contributor

I'm working on getting a noice denoising workflow setup at our studio and I'm running into some problems. I've got an EXR that I have rendered with 2 light AOVs lgt_blue_bty and lgt_red_bty. I have a variance AOV for each of these lights as well which is just the same LPE with the variance filter. I've been reading through the docs and I cant see what I'm doing wrong here.  I'm including the EXR file that I have for testing. Maybe someone can tell me what's wrong with the EXR file I have.

 

This is the noice command I was running: 

 

"C:/Program Files/Autodesk/Arnold/KtoA_4-2-2-0_katana_6/Libs/../bin/noice" -i "E:\Tempest\denoise\arnold_denoise_test.exr" -o "E:\Tempest\denoise\arnold_denoise_test_denoised.exr" -l lgt_blue_bty -l lgt_red_bty -t 44 -pr 3 -sr 9 --variance 0.5 -fe brz_albedo -fe N -fe Z

 

Arnold: Arnold 7.2.2.0

Katana: KtoA 4.2.2.0

Windows 10

0 Likes
Reply
610 Views
3 Replies
Replies (3)

Stephen.Blair
Community Manager
Community Manager

Is this what you got?

C:\Users\blairs>%MTOA%\bin\noice -i C:\Users\blairs\Downloads\arnold_denoise_test\arnold_denoise_test.exr -o "c:\temp\arnold_denoise_test_denoised.exr" -l lgt_blue_bty -l lgt_red_bty -t 44 -pr 3 -sr 9 --variance 0.5 -fe brz_albedo -fe N -fe Z
noice 7.2.5.0 [9c493421] - the Arnold denoiser
Up to 2 custom RGB feature buffers can be used while denoising, using the first 2.
Using "brz_albedo" as a feature buffer to guide denoising (instead of "denoise_albedo")
Using "N" as a feature buffer to guide denoising (instead of "N")
Using 32 threads.
Loading images...
Loading file "C:\Users\blairs\Downloads\arnold_denoise_test\arnold_denoise_test.exr".
Could not find associated AOV "RGBA" for channel R
Could not find associated AOV "RGBA" for channel G
Could not find associated AOV "RGBA" for channel B
Could not find associated AOV "RGBA" for channel A
Could not find associated AOV "RGBA" for channel lgt_blue_bty.R
Could not find associated AOV "RGBA" for channel lgt_blue_bty.G
Could not find associated AOV "RGBA" for channel lgt_blue_bty.B
Could not find associated AOV "RGBA" for channel lgt_blue_bty.A
Could not find associated AOV "RGBA" for channel lgt_blue_bty_variance.R
Could not find associated AOV "RGBA" for channel lgt_blue_bty_variance.G
Could not find associated AOV "RGBA" for channel lgt_blue_bty_variance.B
Could not find associated AOV "RGBA" for channel lgt_red_bty.R
Could not find associated AOV "RGBA" for channel lgt_red_bty.G
Could not find associated AOV "RGBA" for channel lgt_red_bty.B
Could not find associated AOV "RGBA" for channel lgt_red_bty.A
Could not find associated AOV "RGBA" for channel lgt_red_bty_variance.R
Could not find associated AOV "RGBA" for channel lgt_red_bty_variance.G
Could not find associated AOV "RGBA" for channel lgt_red_bty_variance.B
Using feature AOV 'brz_albedo'
    Filters for feature and light AOVs are different: denoising works better with matching filters.
Using feature AOV 'N'
    Filters for feature and light AOVs are different: denoising works better with matching filters.
Using feature AOV 'Z'
    Filters for feature and light AOVs are different: denoising works better with matching filters.
Working with 1 frame at 1x1
   Could not find AOV with source lgt_blue_bty
Could not find AOV "lgt_blue_bty" to denoise, skipping.
   Could not find AOV with source lgt_red_bty
Could not find AOV "lgt_red_bty" to denoise, skipping.
Warning: some output paths were ignored, since outputs always follow the input file layout.
Start denoising (patch radius 3, search radius 9, variance 0.5)
Finished denoising


// Stephen Blair
// Arnold Renderer Support
0 Likes

ethan.crossno
Contributor
Contributor

Yes that is the error I was getting. Seems like its not finding the channels or something like that.

0 Likes

JWRodegher
Enthusiast
Enthusiast

Did you ever figure this out? I can't make it work. I have all my aovs in different exrs and I can't seem to be able to denoise lightgroups (I'm using the -l flag).

0 Likes