For mac OS, you need to install wget
, run brew install wget
run bash ./download_data.sh
to download data.
Image size is [128, 128]
Original code: https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix
Refer these codes for data(e.g. image) augmentation:
- pytorch/vision#9
- pytorch/tutorials#78
- http://pytorch.org/tutorials/beginner/data_loading_tutorial.html
Refer these pages for WGAN: