Skip to content

fineguy/Adversarial-Image-Colorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pix2pix

This is a slight modification of Keras implementation of Image-to-Image Translation with Conditional Adversarial Networks by Phillip Isola, Jun-Yan Zhu, Tinghui Zhou, Alexei A. Efros. We modify our discriminator according to Wasserstein GAN and train it only for grayscale->color objective using http://floydhub.com services.

Requirements

python modules

  • keras 2.0, tensorflow 1.1.0 backend
  • h5py
  • matplotlib
  • opencv 3
  • numpy
  • tqdm
  • parmap
  • graphviz

Part 1. Processing the data

Follow these instructions.

Part 2. Running the code

Follow these instructions.

Part 3. Example results

figure

  • The first column is the generator input
  • The second column is the generator output
  • The last column is the original image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages