In this chapter, we will be working with the monet2photo dataset. This dataset is open source and is made available by the Berkeley AI Research (BAIR) laboratory, UC Berkeley. You can choose to download the dataset manually from the following link: https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/datasets/monet2photo.zip.
After downloading it, unzip it in the root directory.
Alternatively, to automatically download the dataset, execute the following commands:
wget https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/datasets/monet2photo.zip
upzip monet2photo.zip
These commands will download the dataset and unzip it in the project's root directory.
The monet2photo dataset is available for educational purposes only. To use it in commercial projects, you have to get permission from the BAIR laboratory, UC Berkeley. We don't hold the copyright...