junyanz/BicycleGAN
Toward Multimodal Image-to-Image Translation
Addresses the one-to-many translation problem by injecting random latent vectors to generate diverse plausible outputs from a single input, trained with paired data using a combination of conditional GAN and VAE-inspired latent code constraints. Implements encoder-generator-discriminator architecture in PyTorch with latent code reconstruction loss to ensure output diversity while maintaining realism, and includes pre-trained models for edge-to-photo, night-to-day, and semantic segmentation tasks.
1,515 stars. No commits in the last 6 months.
Stars
1,515
Forks
252
Language
Python
License
—
Category
Last pushed
Aug 05, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/junyanz/BicycleGAN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
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...