img2ImgGAN

Implementation of the paper : Toward Multimodal Image-to-Image Translation

Results

Result First column represents input, second column the ground truth. The next is the image generated from cLR-GAN and the last column represents the image generated from cVAE-GAN. Results were obtained from validation dataset.

Contents:

Model Architecture Visualization

Fig 1: Structure of BicycleGAN. (Image taken from the paper)

cVAE-GAN Network

Dependencies

To install the above dependencies, run:

$ sudo pip install -r requirements.txt

Structure

 -img2imgGAN/
            -nnet
            -utils
            -data/
                  -edges2handbags
                  -edges2shoes
                  -facades
                  -maps

Setup

Usage

Visualizations

Loss of discriminator and generator as function of iterations on edges2shoes dataset.

TODO

License

Released under the MIT license