wuhuikai/chainer-pix2pix
Chainer implementation for Image-to-Image Translation Using Conditional Adversarial Networks
This project helps you transform images from one visual representation to another, like turning a street scene outline into a realistic photograph, or a black and white photo into color. You provide pairs of corresponding input and output images, and it learns to generate new output images based on new inputs. This is useful for researchers and artists working with image synthesis and manipulation.
No commits in the last 6 months.
Use this if you need to translate images from one style or modality to another using a conditional adversarial network approach.
Not ideal if you are looking for an out-of-the-box image editing tool with a graphical interface, as this requires command-line interaction and dataset preparation.
Stars
39
Forks
9
Language
Python
License
—
Category
Last pushed
Mar 22, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/wuhuikai/chainer-pix2pix"
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]
yuanming-hu/exposure
Learning infinite-resolution image processing with GAN and RL from unpaired image datasets,...
albertpumarola/GANimation
GANimation: Anatomically-aware Facial Animation from a Single Image (ECCV'18 Oral) [PyTorch]
wuhuikai/GP-GAN
Official Chainer implementation of GP-GAN: Towards Realistic High-Resolution Image Blending...