Skip to content

A Tensorflow implementation of Domain Transfer Network.

License

Notifications You must be signed in to change notification settings

ChenglongChen/tensorflow-DTN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow-DTN

A Tensorflow implementation of Domain Transfer Network [1].

sample

Usage

To train the model:

cd data/
chmod +x download.sh & ./download.sh
cd ../
python main.py

Reference

[1] Yaniv Taigman, Adam Polyak and Lior Wolf, Unsupervised Cross-Domain Image Generation

Acknowledgments

This project gets inspirations from the following projects: