This is a PyTorch implementation of the paper "Paired-D GAN for Semantic Image Synthesis", ACCV 2018.
Download a pretrained English word vectors. You can see the list of pretrained vectors on this page.
The caption data is from this repository.
scripts/train_text_embedding_[birds/flowers].sh
Train a visual-semantic embedding model using the method of Kiros et al..scripts/train_[birds/flowers].sh
Train a GAN using a pretrained text embedding model.scripts/test_[birds/flowers].sh
Generate some examples using original images and semantically relevant texts.
- Text to image synthesis
- StackGAN
- Semantic Image Synthesis via Adversarial Learning, implemented by Seonghyeon Nam
@inproceedings{duc2018Paired-D,
author={Duc Minh Vo, Akihiro Sugimoto},
title={Paired-D GAN for Semantic Image Synthesis},
booktitle={ACCV},
year={2018}
}