From 6f08b165f0209d823278785ea398859c80f9e788 Mon Sep 17 00:00:00 2001 From: Hannah Bollar Date: Tue, 17 Sep 2019 19:41:01 -0400 Subject: [PATCH] Update INSTRUCTION.md --- INSTRUCTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTRUCTION.md b/INSTRUCTION.md index 5ee14b9..575d2cf 100644 --- a/INSTRUCTION.md +++ b/INSTRUCTION.md @@ -147,7 +147,7 @@ require considerable refactoring, since every supported material suddenly needs its own kernel. * [*Open Image AI Denoiser* ](https://github.com/OpenImageDenoise/oidn) Open Image Denoiser is an image denoiser which works by applying a filter on Monte-Carlo-based pathtracer output. The denoiser runs on the CPU and takes in path tracer output from 1spp to beyond. In order to get full credit for this, you must pass in at least one extra buffer along with the [raw "beauty" buffer](https://github.com/OpenImageDenoise/oidn#open-image-denoise-overview). **Ex:** Beauty + Normals. * Part of this extra credit is figuring out where the filter should be called, and how you should manage the data for the filter step. - * It is important to note that integrating this is not as simple as it may seem at first glance. Library integration, buffer creation, device compatibility, and more are all real problems which will appear, and it may be hard to debug them. Please only try this if you have finished the core assignment early and would like extra points, + * It is important to note that integrating this is not as simple as it may seem at first glance. Library integration, buffer creation, device compatibility, and more are all real problems which will appear, and it may be hard to debug them. Please only try this if you have finished the core assignment early and would like extra points. This 'extra features' list is not comprehensive. If you have a particular idea you would like to implement (e.g. acceleration structures, etc.), please