caiyuanhao1998 / PNGAN

"Learning to Generate Realistic Noisy Images via Pixel-level Noise-aware Adversarial Training" (NeurIPS 2021)
https://arxiv.org/abs/2204.02844
MIT License
130 stars 23 forks source link

Example to train PNGAN with new data #8

Closed kwcckw closed 1 year ago

kwcckw commented 1 year ago

Hi,

Do you have any example to train PNGAN with new data? Right now i didn't see any related code in the repo and in case i overlooked it, could you point me to the correct section?

Thanks.

caiyuanhao1998 commented 1 year ago

Hello, we have not released the training code so far. If you are interested, the following repo is a simple re-implementation of our work applied on Restormer. Thanks.

caiyuanhao1998 commented 1 year ago

https://github.com/GarrickZ2/Image-Denoising

kwcckw commented 1 year ago

Alright, thanks for the update.