Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] Bug Reporting => [Max] Resolved Bugs => Topic started by: tmsfischer on 2019-07-15, 15:40:07

Title: Batch Editing CXRs - batch denoise with NVDIA or INTEL CPU AI
Post by: tmsfischer on 2019-07-15, 15:40:07
Hi guys,

i was wondering how to batch denoise a CXR image sequence (for an animation). Since Corona 4, the batch of NVIDIA FAST DENOISE doesn't work ( the INTEL CPU AI neither ).
With corona 3, everything worked as hell...

The last 3 lines of my edited lightmix.txt for the batch:

   Float denoise.blendAmount      = 1
   Int denoise.filterType      = NVIDIA CPU AI       // -- or INTEL CPU AI   --//
   Float denoise.sensitivity      = 1

In render setup/ scene/ denoising/ mode : i left it on NVIDIA FAST DENOISE ( as before with corona 3, it worked! ) and didn't change for "later for gather data".

Any idea ?

Thank you guys!

Tom

Title: Re: Batch Editing CXRs - batch denoise with NVDIA or INTEL CPU AI
Post by: maru on 2019-07-18, 12:05:20
Issue confirmed, we will fix it ASAP.

Temporary solution:
Use this instead:

Int denoise.filterType      = 4

4 mean NVIDIA denoiser
5 means Intel denoiser

(internal id=375839341)

Duplicate of: https://forum.corona-renderer.com/index.php?topic=25490.0
Title: Re: Batch Editing CXRs - batch denoise with NVDIA or INTEL CPU AI
Post by: tmsfischer on 2019-07-18, 17:24:26
Thank you Maru!
Title: Re: Batch Editing CXRs - batch denoise with NVDIA or INTEL CPU AI
Post by: cecofuli on 2020-01-27, 00:27:13
But is still here ( Corona v4.1)
Title: Re: Batch Editing CXRs - batch denoise with NVDIA or INTEL CPU AI
Post by: cecofuli on 2020-01-27, 00:35:02
Also, if I use " Int denoise.filterType      = 5 "  (so, Intel) I have strange cmd error messages.

Title: Re: Batch Editing CXRs - batch denoise with NVDIA or INTEL CPU AI
Post by: maru on 2020-01-27, 13:46:38
(I am discussing with Francesco what exactly this error could be)