• Stars
    star
    143
  • Rank 257,007 (Top 6 %)
  • Language
    Python
  • Created over 7 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A lightweight pix2pix Tensorflow implementation.

tensorflow-pix2pix

A lightweight pix2pix Tensorflow implementation.

@eyyub_s

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