THREE.js-PathTracing-Renderer icon indicating copy to clipboard operation
THREE.js-PathTracing-Renderer copied to clipboard

Suggestion: Tensorflow.js denoiser

Open badjano opened this issue 6 years ago • 3 comments

I wish I had the knowledge and time to do that, but if anyone can, that would be crazy awesome to have this top-notch feature in this repository

badjano avatar Apr 25 '18 23:04 badjano

Hi @badjano , Thanks for the suggestion. I tried to find a Tensorflow denoiser on GitHub but was unable to locate one. Has one already been written for another project? Do you have any helpful links to source code? I'll be glad to look into it, but I don't know where to start. :) Thanks

erichlof avatar Apr 26 '18 03:04 erichlof

I have seen some denoiser models in keras, but it is basically training an auto encoder to make a link between noisy images and high sampled ones. I think it´s not hard to find auto encoder models for that purpuse, I know it´s quite a research to do, but if you use these keywords, you´ll find the way pretty quickly.

here is something I found https://github.com/Fnjn/Autoencoder-Denoiser

also, this is keras but a very good read: https://blog.keras.io/building-autoencoders-in-keras.html

hope I helped

badjano avatar Apr 26 '18 03:04 badjano

Thanks for the links!

erichlof avatar Apr 26 '18 14:04 erichlof