Community
Arnold for 3ds Max
Rendering with Arnold in 3ds Max using the MaxtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

"Noice" can not denoise AOVs?

6 REPLIES 6
Reply
Message 1 of 7
Mr.baiking
1934 Views, 6 Replies

"Noice" can not denoise AOVs?

Seems "Noice" only denoise beauty aovs?

What about the other Aovs?Anyway support for now?

Tags (1)
Labels (1)
6 REPLIES 6
Message 2 of 7
ramon.montoya
in reply to: Mr.baiking

You can do this from the command line specifying additional AOVS with

 -l <name_of_aov_1> -l <name_of_aov_2> ...

See here for more info.

Message 3 of 7

will this work properly with image AOVs, such as indirect specular, sss, etc, or is this more for light AOVs as implied in the Noice docs?

Message 4 of 7
markKJQRE
in reply to: Mr.baiking

I'm using -aov

bin/noice -patchradius 3 -searchradius 9 -variance 0.5 -aov L_fill -aov L_hdr -aov L_key -aov L_rim  -i <in_file> <out_file>
Message 5 of 7
contactXX6HA
in reply to: Mr.baiking

How do you solve rendering with the additional variance AOVs needed for each AOV that you want to denoise? I only have been able to do that by exporting to ass and then editing/parsing the file to add the AOVs. In maya I've been able to create AOVs with the correct data using Light Path Expressions or adding outputs to an AOV with a different filters, but neither of those are recognized later by noice.

Message 6 of 7

Suppose you had a light AOV named "mylight".
Then do this:

- In Maya, add a custom AOV named RGBA_mylight_variance

- Set the data to RGB and the filter to variance

- Render an EXR

- Add the missing metadata (that identifies the varianceAOV for RGBA_mylight)

oiiotool.exe -i test.exr -sattrib arnold/aovs/RGBA_mylight_variance/source "RGBA_mylight" -o updated_test.exr

- Noice the updated exr file



// Stephen Blair
// Arnold Renderer Support
Message 7 of 7
contactXX6HA
in reply to: Mr.baiking

I've solved the problem myself, It didn't work using RGBA per group light using the Light Group List parameter in the AOV Attribute Editor. But it works if you generate de AOVs with the "auto-magic" method of create a Custom AOV using the naming convection.

For example if you have two lightgroups one named "red "and another named "blue", you have to create two custom AOVs with names "RGBA_red" and "RGBA_blue" and add additional outputs to each of them with a variance filter.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report