genforce / mganprior

[CVPR 2020] Image Processing Using Multi-Code GAN Prior
https://genforce.github.io/mganprior/
289 stars 44 forks source link

About denoising #10

Closed weiyichang closed 3 years ago

weiyichang commented 3 years ago

Hi Thanks for sharing this awesome work. I am curious about how to use mganprior for the task of image denoising (since there is no loss function described in paper, I have no idea about how to implement this feature) Is it similar to the task of image inpainting (we need the "mask" as input) ? Or do you have other suggestions? Thanks in advance !!!

ShenYujun commented 3 years ago

Yes, you are right. We need to know the position of noise in advance.

weiyichang commented 3 years ago

I see, and thanks for your quick response