Skip to content

Commit d5ba407

Browse files
committed
Better example images
1 parent 2ee0cb6 commit d5ba407

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,21 @@ Command line parameters
2020
* -hdr [int] : Use HDR training data (default 1)
2121
* -h/--help : Lists command line parameters
2222

23-
You need to at least have an input and output for the app to run. If you also have them, you can add an albedo AOV or albedo and normal AOVs to improve the denoising. All images should be the same resolutions, not meeting this requirement will lead to unexpected results (likely a crash).
23+
You need to at least have an input and output for the app to run. If you also have them, you can add an albedo AOV or albedo and normal AOVs to improve the denoising. All images should be the same resolutions, not meeting this requirement will lead to unexpected results (likely a crash).
24+
25+
For best results provide as many of the AOVs as possible to the denoiser. Generally the more information the denoiser has to work with the better. The denoiser also prefers images rendered with a box filter or by using FIS.
2426

2527
## Examples
26-
Here is a quick example scene. Here I have only given the application the beauty image. Results would be conciderably improved if feature buffers were also added.
28+
Here is a quick example scene that uses the images that can be found in the image folder of this repository.
2729

2830
### Noisy image
2931
<p align="center">
30-
<img src="https://github.com/DeclanRussell/NvidiaAIDenoiser/blob/master/images/test.png" alt="test"/>
32+
<img src="https://github.com/DeclanRussell/NvidiaAIDenoiser/blob/master/images/RGBA.png" alt="test"/>
3133
</p>
3234

3335
### Denoised output
3436
<p align="center">
35-
<img src="https://github.com/DeclanRussell/NvidiaAIDenoiser/blob/master/images/denoised_test.png" alt="denoise_test"/>
37+
<img src="https://github.com/DeclanRussell/NvidiaAIDenoiser/blob/master/images/RGBA_denoised.png" alt="denoise_test"/>
3638
</p>
3739

3840
# Simple sequence batch script

images/N.png

85.3 KB
Loading

images/RGBA.png

2.09 MB
Loading

images/RGBA_denoised.png

733 KB
Loading

images/albedo.png

15.8 KB
Loading

0 commit comments

Comments
 (0)