hezhangsprinter / ID-CGAN

Image De-raining Using a Conditional Generative Adversarial Network
http://www.rci.rutgers.edu/~vmp93/index_ImageDeRaining.html
247 stars 57 forks source link

Dense Structure in the Implementation of the Generator Model #13

Open KANG-Xudong opened 3 years ago

KANG-Xudong commented 3 years ago

Sorry, I am new to Lua. But it seems the network model in the source code is not consistent with those defined in your paper. I did not recognize the DenseNet structure in your source code and it seems very similar to the original U-Net in the pixel2pixel model. Am I misunderstanding the code? Thank you so much for your attention.

chrismaliszewski commented 3 years ago

@KANG-Xudong, did you manage to figure the problem out?

A small offtopic: I'm a newbie with GANs. If not this model presented here, what others have you considered for the noise removal?