mahmoudnafifi / HistoGAN

Reference code for the paper HistoGAN: Controlling Colors of GAN-Generated and Real Images via Color Histograms (CVPR 2021).
MIT License
267 stars 27 forks source link

Could you tell more details of training ReHistoGAN? #11

Closed buyi1128 closed 2 years ago

buyi1128 commented 2 years ago

Hi, I implemented ReHistoGAN according to your paper, maybe some details such as when to do the unsample and downsample operation may be different, but the whole network is consistent with paper. I'm confused with training ReHistoGAN, could you tell me more details of traning, did you train alternatively encoder-decoer and discriminator? did you use path length penalty in ReHistoGAN? did you adopted moving average in ReHistoGAN? if so, could you tell more about this? Thank you.

mahmoudnafifi commented 2 years ago

the code of rehistogan is now available.