Skip to content

xiaojiantou/CGAN_colorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cGAN_colorization

Using CGAN to colorize BW images. Tensorflow version.

The generator and discriminator are both deep convolution layers with batch normalization, there are no fully connected layers in this model. And by using dynamic shape in tensorflow, this model can not only deal with images that have the same size of training examples, but also images with various size (as long as it fits the memory).

Training Samples

Result

About

cGAN model for image colorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors