TensorFlow implementation of Unsupervised Cross-Domain Image Generation.
$ git clone https://github.com/yunjey/dtn-tensorflow.git
$ cd dtn-tensorflow
$ chmod +x download.sh
$ ./download.sh
$ python prepro.py
$ python main.py --mode='pretrain'
$ python main.py --mode='train'
$ python main.py --mode='eval'