The simplified version of High-Resolution Image Synthesis and Semantic Manipulation with Conditional GANs code for quick prototyping and experiments.
- Download sources from github:
git clone https://github.com/Hramchenko/simplified_pix2pixHD.git - Open simplified_pix2pixHD.ipynb in Jupyter.
- Download images to
datafolder(for example facades.tar.gz from here). - Modify the
Datasetclass, thegeneratorand thediscriminatoras you need. - Run Jupyter cells for training.
- pytorch
- opencv-python
- numpy
- matplotlib
- tqdm
