wuhuikai/GP-GAN
Official Chainer implementation of GP-GAN: Towards Realistic High-Resolution Image Blending (ACMMM 2019, oral)
Implements a Wasserstein GAN-based approach with both supervised and unsupervised variants to seamlessly blend source and destination images given a mask input. The architecture uses an encoder-generator-discriminator framework optimized for high-resolution compositing, with pretrained models available for immediate inference. Built on Chainer 6.3.0, it supports training on the Transient Attributes Dataset or unsupervised learning on landscape imagery from the Places dataset.
477 stars. No commits in the last 6 months.
Stars
477
Forks
94
Language
Python
License
MIT
Category
Last pushed
Mar 27, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/wuhuikai/GP-GAN"
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
phillipi/pix2pix
Image-to-image translation with conditional adversarial nets
GaParmar/clean-fid
PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]
XingangPan/DragGAN
Official Code for DragGAN (SIGGRAPH 2023)
albertpumarola/GANimation
GANimation: Anatomically-aware Facial Animation from a Single Image (ECCV'18 Oral) [PyTorch]