phillipi/pix2pix
Image-to-image translation with conditional adversarial nets
Implements a U-Net generator paired with a PatchGAN discriminator to learn bidirectional mappings between image domains, enabling tasks like semantic label-to-photo synthesis and edge-to-object generation. Built in Torch with CUDA support, it trains efficiently on modest datasets (e.g., 400 images in ~2 hours) and includes pre-trained models for facades, Cityscapes, shoes, and handbags. Provides dataset utilities for edge detection via HED and Lab colorspace preprocessing, plus evaluation scripts for semantic segmentation metrics on Cityscapes.
10,628 stars. No commits in the last 6 months.
Stars
10,628
Forks
1,737
Language
Lua
License
—
Category
Last pushed
Jun 06, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/phillipi/pix2pix"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
NVIDIA/pix2pixHD
Synthesizing and manipulating 2048x1024 images with conditional GANs
GaParmar/clean-fid
PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]
albertpumarola/GANimation
GANimation: Anatomically-aware Facial Animation from a Single Image (ECCV'18 Oral) [PyTorch]
yuanming-hu/exposure
Learning infinite-resolution image processing with GAN and RL from unpaired image datasets,...
yiranran/APDrawingGAN
Code for APDrawingGAN: Generating Artistic Portrait Drawings from Face Photos with Hierarchical...