tensorflow-pix2pix
July 7, 2017 ยท View on GitHub
A lightweight pix2pix Tensorflow implementation.

Build the example
First you need to download the CMP Facade dataset.
Then, run python build_dataset.py '<path/to/CMP_facade_DB_base/base'
Finally, run python example.py and enjoy!
After 500 steps:

Requirements
- Python 3.5 (didn't try 2.7)
- Tensorflow
- Matplotlib