Based on pix2pix by Isola et al.
Article about this implemention
Tensorflow implementation of pix2pix. Learns a mapping from input images to output images, like these examples from the original paper:
- Tensorflow 1.0.0
- Linux with Tensorflow GPU edition + cuDNN
git clone https://github.com/cloudwow/pix2pix-tensorflow.git cd pix2pix-tensorflow
download the CMP Facades dataset (generated from http://cmp.felk.cvut.cz/~tylecr1/facade/)
python tools/download_southpark.py southpark
./train_local.sh