#124 · Primary category: Image Generation

pix2pix

computer-graphics computer-vision dcgan deep-learning gan generative-adversarial-network image-generation image-manipulation image-to-image-translation pix2pix

Image-to-image translation with conditional adversarial nets

Project last updated:06/06/21

GitHub Stars

10.7K

Forks

1.7K

Contributors

17

License

Other

Why we included this project

pix2pix comes from the 2017 CVPR paper that made conditional GANs a standard tool for translating between two image domains. Instead of generating from scratch, it learns a mapping from one kind of image to another, for example turning edge maps into building facades or sketches into photos, by training a generator and discriminator against each other on paired examples. That makes it a natural reference for teams experimenting with domain transfer, style translation, or paired image synthesis. The authors report that decent results can come quickly from small datasets, with the facade demo trained on only 400 images in about two hours on a single GPU, so it is a practical prototype to start from. One caveat: this implementation targets the legacy Torch ecosystem, so for real project work most people will want the actively maintained PyTorch reimplementation the authors also publish.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category