Experiment using CycleGAN for Image to Image translation on images of brown bears and polar bears.
Please note that the model does NOT create accurate output, this is most likely due to the fact that the background of the images in A and B are not similiar.
- Create a folder in your google drive named
Colab Notebooks
(if it does not already exist) - Create a folder inside Colab Notebooks called
brownbear2polarbear
- Create a .zip archive called "trainA" containing a folder called "trainA" containing images of brown bears you would like to train the model on.
- Create a .zip archive called "trainB" containing a folder called "trainB" containing images of polar bears you would like to train the model on.
- Place this .zip archive inside the folder
brownbear2polarbear
that we created in step 2. - Copy the folder
brownbear2polarbear_checkpoint
to your google drive (insideColab Notebooks
, notbrownbear2polarbear
). - Now you should be ready to open
brownbear2polarbear_cyclegan.ipynb
in CoLab and run it, click the badge on the top of this page to open this in colab. - After running, the results should be stored in
brownbear2polarbear_results
, along with a copy in a folder labeled after the date and time of completing the run.
- Create a folder in your google drive named
Colab Notebooks
(if it does not already exist) - Create a folder inside Colab Notebooks called
brownbear2polarbear
- Create a .zip archive called "testA" containing a folder called "testA" containing images of brown bears you would like to transform.
- Create a .zip archive called "testB" containing a folder called "testB" containing images of polar bears you would like to transform.
- Place this .zip archive inside the folder
brownbear2polarbear
that we created in step 2. - Copy the folder
brownbear2polarbear_checkpoint
to your google drive (insideColab Notebooks
, notbrownbear2polarbear
). - Now you should be ready to open
brownbear2polarbear_cyclegan_only_run_tests.ipynb
in CoLab and run it, click the badge on the top of this page to open this in colab. - After running, the results should be stored in
brownbear2polarbear_results
, along with a copy in a folder labeled after the date and time of completing the run.
All images are taken with permission for non-commercial and educational use from ImageNet.