I created this project while participating in the Udacity Deep Learning Nanodegree
The goal of the project was to use a CycleGAN CNN model to transfer images from one domain to another
When domains represent a style/texture - the idea is to separate the image content from its style.
In this project I transferred Yosemtie national park images from "winter" to "summer" and vice versa.
Project is based on the "Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks" article.
Code is written in python with PyTorch library on a Jupyter Notebook platform.
- Anaconda Python 3
- Python libraries: PyTorch, numpy, pandas, matplotlib
- Jupyter Notebook
Eli Shay – El_mn123@hotmail.com
https://github.com/EliShayGH/cycle-gan-image2image-translation
- Fork it (https://github.com/EliShayGH/cycle-gan-image2image-translation/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request