cyclegan-keras icon indicating copy to clipboard operation
cyclegan-keras copied to clipboard

keras implementation of cycle-gan

cyclegan-keras

keras implementation of cycle-gan based on pytorch-CycleGan (by junyanz) and [tf/torch/keras/lasagne] (by tjwei)

Prerequisites

train.py has not been tested, CycleGAN-keras.ipynb is recommended and tested OK on

  • Ubuntu 16.04
  • Python 3.6
  • Keras 2.1.2
  • Tensorflow 1.0.1
  • NVIDIA GPU + CUDA8.0 CuDNN6 or CuDNN5

Demos [manga-colorization-demo]

Colorize manga with Cycle-GAN model totally run in browser.