Simplified pix2pixHD repo(Unofficial)
The simplified version of High-Resolution Image Synthesis and Semantic Manipulation with Conditional GANs code for quick prototyping and experiments.
How to use this repo?
- Download sources from github:
git clone https://github.com/Hramchenko/simplified_pix2pixHD.git
- Open simplified_pix2pixHD.ipynb in Jupyter.
- Download images to
data
folder(for example facades.tar.gz from here). - Modify the
Dataset
class, thegenerator
and thediscriminator
as you need. - Run Jupyter cells for training.
Requirements
- pytorch
- opencv-python
- numpy
- matplotlib
- tqdm