Addi-11 / Image-2-Image-Translation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image-2-Image Translation

Build and train a conditional generative adversarial network (cGAN) called pix2pix that learns a mapping from input images to output images, as described in Image-to-image translation with conditional adversarial networks by Isola. It can be applied to a wide range of tasks, including synthesizing photos from label maps, generating colorized photos from black and white images, turning Google Maps photos into aerial images, and even transforming sketches into photos.

  Input                                       Output
image     image

About

License:MIT License


Languages

Language:Jupyter Notebook 100.0%