junyanz/CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Implements unpaired image-to-image translation using cycle-consistent adversarial networks, enabling domain translation without paired training data by enforcing that images translated from domain A→B→A reconstruct the original. Built in Torch with adversarial loss between generator and discriminator networks, includes pix2pix and BiGAN/ALI variants, and provides pre-trained models for diverse applications from artistic style transfer to semantic segmentation.
12,843 stars. No commits in the last 6 months.
Stars
12,843
Forks
1,969
Language
Lua
License
—
Category
Last pushed
Sep 12, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/generative-ai/junyanz/CycleGAN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
aleju/face-generator
Generate human faces with neural networks
HyperGAN/HyperGAN
Composable GAN framework with api and user interface
junyanz/iGAN
Interactive Image Generation via Generative Adversarial Networks
cs-chan/ArtGAN
ArtGAN + WikiArt: This work presents a series of new approaches to improve GAN for conditional...
davidbau/rewriting
Rewriting a Deep Generative Model, ECCV 2020 (oral). Interactive tool to directly edit the...