Simple implementation of Semantic Image Synthesis with Spatially-Adaptive Normalization in pytorch. Still in progress.
Should prepare dataset like under form.
└── DATASET
├── dataset1
│ ├── train
│ └── test
├── dataset2
│ ├── train
│ └── test
└── ...
python main.py
Work in progress