#73 · Primary category: Image Generation

CycleGAN

computer-graphics computer-vision cyclegan deep-learning gan gans generative-adversarial-network image-generation image-manipulation pix2pix torch

Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.

Project last updated:09/12/23

GitHub Stars

12.9K

Forks

2.0K

Contributors

14

License

Other

Why we included this project

CycleGAN lets you translate images between two domains without paired examples, so the same approach that turns horses into zebras can also turn sketches into photos. It's a reference implementation that bundles several unpaired translation methods, including pix2pix and BiGAN, along with training utilities in one Torch codebase. For anyone wanting to understand how cycle-consistency loss works or to prototype style transfer and domain adaptation ideas, the clear structure and well-documented training loop make it a good place to start. Just keep in mind the original code targets Torch; if you're building a modern pipeline, the maintained PyTorch port is the more practical starting point.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category