A Tensorflow implementation of Domain Transfer Network [1].
To train the model:
cd data/
chmod +x download.sh & ./download.sh
cd ../
python main.py
[1] Yaniv Taigman, Adam Polyak and Lior Wolf, Unsupervised Cross-Domain Image Generation
This project gets inspirations from the following projects: