affinelayer/pix2pix-tensorflow
TensorFlow implementation of pix2pix for conditional GAN-based image-to-image translation.

Velocity · 7d
+1.5
★ / day
Trend
→steady
star history
This repository ports the pix2pix image-to-image translation framework to TensorFlow. It implements conditional adversarial networks that learn to map input images to output images, such as converting architectural labels to photographs or grayscale images to color. The implementation is based directly on the original torch version and includes training and testing scripts for running the model on datasets like CMP Facades.