JunlinHan/DCLGAN
Code for Dual Contrastive Learning for Unsupervised Image-to-Image Translation, NTIRE, CVPRW 2021, oral.
This tool helps researchers and visual effects artists transform images from one style to another without needing matching pairs of images. For instance, you can take a collection of photos of horses and a collection of photos of zebras, and the tool will generate realistic 'zebra' versions of your horses and 'horse' versions of your zebras. It's ideal for anyone working with visual data who needs to bridge visual gaps between distinct image domains.
178 stars. No commits in the last 6 months.
Use this if you need to convert a collection of images from one visual domain to another, like changing seasons in photos or converting sketches to photos, without having precisely paired examples for training.
Not ideal if your image translation task requires highly precise, pixel-perfect transformations where slight visual artifacts are unacceptable, or if you need to work with very small, unbalanced datasets without dedicated mode collapse solutions.
Stars
178
Forks
24
Language
Python
License
—
Category
Last pushed
Jul 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/JunlinHan/DCLGAN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yunjey/domain-transfer-network
TensorFlow Implementation of Unsupervised Cross-Domain Image Generation
taesungp/contrastive-unpaired-translation
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV...
PaddlePaddle/PaddleGAN
PaddlePaddle GAN library, including lots of interesting applications like First-Order motion...
tohinz/ConSinGAN
PyTorch implementation of "Improved Techniques for Training Single-Image GANs" (WACV-21)
sagiebenaim/DistanceGAN
Pytorch implementation of "One-Sided Unsupervised Domain Mapping" NIPS 2017