denoiser

Post your tutorials and help questions in this forum
Locked
jean-claude
Posts: 31
Joined: Tue Dec 16, 2014 11:06 pm

denoiser

Post by jean-claude »

Hello
I would like to integrate the "denoiser" on Kray, but I do not have the command, or so I did not find it ;-)

Can I tell where I find it?

I'm on Mac

thanks in advance
User avatar
Janusz Biela
Posts: 3265
Joined: Mon Mar 13, 2006 10:39 am
Location: Finland
Contact:

Re: denoiser

Post by Janusz Biela »

jean-claude wrote:Hello
I would like to integrate the "denoiser" on Kray, but I do not have the command, or so I did not find it ;-)

Can I tell where I find it?

I'm on Mac

thanks in advance
Here:
1. In command line add:

Code: Select all

sett recurse 40;postprocess openimagedenoise;
2. Use ONLY FSAA Box 0.5 - it is necessary
3. Also do not forget put libraries to K3 folder: OpenImageDenoise.dll and replace old Lightwave dll with tbb.dll and tbbmalloc.dll (they are LW bin folder) link: https://openimagedenoise.github.io/downloads.html
azman_821009
Posts: 274
Joined: Sat Mar 17, 2007 11:54 pm
Location: Kuala Lumpur
Contact:

Re: denoiser

Post by azman_821009 »

Janusz Biela wrote:
jean-claude wrote:Hello
I would like to integrate the "denoiser" on Kray, but I do not have the command, or so I did not find it ;-)

Can I tell where I find it?

I'm on Mac

thanks in advance
Here:
1. In command line add:

Code: Select all

sett recurse 40;postprocess openimagedenoise;
2. Use ONLY FSAA Box 0.5 - it is necessary
3. Also do not forget put libraries to K3 folder: OpenImageDenoise.dll and replace old Lightwave dll with tbb.dll and tbbmalloc.dll (they are LW bin folder) link: https://openimagedenoise.github.io/downloads.html
I can't download the content for denoise.
User avatar
Janusz Biela
Posts: 3265
Joined: Mon Mar 13, 2006 10:39 am
Location: Finland
Contact:

Re: denoiser

Post by Janusz Biela »

What is the problem?
jean-claude
Posts: 31
Joined: Tue Dec 16, 2014 11:06 pm

Re: denoiser

Post by jean-claude »

j ai essayé de mettre les fichiers où il faut, mais j ai dû faire une erreur.

Y a quelque un qui est sur mac et qui peut me faire des captures d écran avec l emplacement des choses?

Merci à tous

JCé
ante_de
Posts: 2
Joined: Fri Jun 26, 2015 2:55 pm

Re: denoiser

Post by ante_de »

Tried to implement it on the Mac but with no luck ... so far at least ...

I replaced the 2 libraries in the Lightwave bin folder:

libtbb.dylib
libtbbmalloc.dylib

The OpenImageDenoise library is called right now libOpenImageDenoise.0.9.0.dylib
Bildschirmfoto 2019-07-27 um 19.24.01.png
When I put it in the Kray folder I get the message the the library can't be loaded. Tried the following:

1. put it in the lighwave bin folder - no success
2. put it in the K3 plugin folder - no success
3. renamed it in the lightwave bin folder (to OpenImageDenoise.dylib) - no success

In the download from the site there's a bin folder, but only one file is in there named "denoise"
Bildschirmfoto 2019-07-27 um 19.23.55.png
Anyone got this working on a Mac?

Thanks in advance ...
Locked