Colorizing-with-GANs
Colorizing-with-GANs copied to clipboard
Grayscale Image Colorization with Generative Adversarial Networks. https://arxiv.org/abs/1803.05400
Results
12
Colorizing-with-GANs issues
Sort by
recently updated
recently updated
newest added
trafficstars
I am a little bit confused about the noise applying method. Does it mean that we apply the dropout layer in each component blocks after the LeReLu while the dropout...
With either grayscale or color images test.py is giving an error. E.g. feeding a 184 x 274 grayscale image gives: ValueError: Cannot feed value of shape (1, 184, 274, 1,...