#124 · Primary category: Image Generation
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
stable-diffusion-webui
Stable Diffusion web UI
ComfyUI
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
diffusers
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
upscayl
🆙 Upscayl - #1 Free and Open Source AI Image Upscaler for Linux, MacOS and Windows.
InvokeAI
InvokeAI is a leading open-source creative engine for Stable Diffusion, offering an industry-leading web UI for generating and editing visual media.