VITA-Group / EnlightenGAN

[IEEE TIP] "EnlightenGAN: Deep Light Enhancement without Paired Supervision" by Yifan Jiang, Xinyu Gong, Ding Liu, Yu Cheng, Chen Fang, Xiaohui Shen, Jianchao Yang, Pan Zhou, Zhangyang Wang
Other
890 stars 198 forks source link

Problems with latent_show latent_real_A fake_B #58

Closed UnParKs closed 4 years ago

UnParKs commented 4 years ago

I have finished the training process but I dt ecactly know the meaning of latent_show and latent_real_A.I know one uses tensor2im and the other uses latent2im。Can you tell me the difference between latent_show and fake_B? Thanks a lot

yifanjiang19 commented 4 years ago

fake_B = input + latent_show

UnParKs commented 4 years ago

for the code output = latent + input*self.opt.skip ?

yifanjiang19 commented 4 years ago

yes

UnParKs commented 4 years ago

Thanks