Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
Paper β’ 1703.10593 β’ Published β’ 2
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
This project implements a Cycle-Consistent Generative Adversarial Network (CycleGAN) for unpaired image-to-image translation tasks. Based on the original CycleGAN paper, this implementation learns to translate images between two domains without paired training examples.
The implementation includes:
git clone https://github.com/Ansarill/cycle_gans.git
cd cycle_gans
python3.10 -m venv my_env
source my_env/bin/activate
pip install -r requirements.txt
datasets/
βββ img2img/
βββ your_dataset/
βββ trainA/
βββ trainB/
βββ testA/
βββ testB/
Configure the training parameters in the Jupyter notebook
Run the training
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.
Inspired by The Great Impressionist Painter Vincent van Gogh
Powered by Pure PyTorch and Enthusiasm