项目作者: justanhduc

项目描述 :
A Theano re-implementation of Augmented CycleGAN
高级语言: Python
项目地址: git://github.com/justanhduc/AugmentedCycleGAN.git
创建时间: 2018-12-13T05:54:40Z
项目社区:https://github.com/justanhduc/AugmentedCycleGAN

开源协议:The Unlicense

下载


Augmented Cycle GAN

A Theano re-implementation of Augmented CycleGAN

Requirements

Theano

Neuralnet

Usage

  1. python train.py

Use --help for more options.

To test a pretrained network

  1. python train.py --test --param_file_version a-saved-weight-file-version

Results

Sketches to shoes



Shoes to sketches



Sketches to multiple shoes



References

If you use the implementation, you must cite the following paper

  1. @article{almahairi2018augmented,
  2. title={Augmented CycleGAN: Learning Many-to-Many Mappings from Unpaired Data},
  3. author={Almahairi, Amjad and Rajeswar, Sai and Sordoni, Alessandro and Bachman, Philip and Courville, Aaron},
  4. journal={arXiv preprint arXiv:1802.10151},
  5. year={2018}
  6. }

Official implementation.