This is a PyTorch implementation of the paper Semantic Image Synthesis via Adversarial Learning.
Download a pretrained English word vectors. You can see the list of pretrained vectors on this page.
The caption data is from this repository. After downloading, modify CONFIG
file so that all paths of the datasets point to the data you downloaded.
scripts/train_text_embedding_[birds/flowers].sh
scripts/train_[birds/flowers].sh
scripts/test_[birds/flowers].sh
We would like to thank Hao Dong, who is one of the first authors of the paper Semantic Image Synthesis via Adversarial Learning, for providing helpful advice for the implementation.