Pix2Pix GAN Implementation
required Modules:
!pip install -U git+https://github.com/albu/albumentations --no-cache-dir
Dataset: Pix2Pix
Used the map dataset
- Clone the repository
- Create a folder named 'evaluation' in the working directory
- Change the dataset path in config.py
- Run train.py
You can run it here in Colab
@misc{isola2018imagetoimage,
title={Image-to-Image Translation with Conditional Adversarial Networks},
author={Phillip Isola and Jun-Yan Zhu and Tinghui Zhou and Alexei A. Efros},
year={2018},
eprint={1611.07004},
archivePrefix={arXiv},
primaryClass={cs.CV}
}