Skip to content

Code for "Paired-D GAN for Semantic Image Synthesis", Duc et al., ACCV 2018

License

Notifications You must be signed in to change notification settings

vominhduc/Paied-D-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paired-D GAN for Semantic Image Synthesis

This is a PyTorch implementation of the paper "Paired-D GAN for Semantic Image Synthesis", ACCV 2018.

Model architecture

Requirements

Pretrained word vectors for fastText

Download a pretrained English word vectors. You can see the list of pretrained vectors on this page.

Datasets

The caption data is from this repository.

Pretrained models

Run

  • 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.

Results

Birds Flowers

Acknowledgements

Citation

@inproceedings{duc2018Paired-D,
  author={Duc Minh Vo, Akihiro Sugimoto},
  title={Paired-D GAN for Semantic Image Synthesis},
  booktitle={ACCV},
  year={2018}
}

About

Code for "Paired-D GAN for Semantic Image Synthesis", Duc et al., ACCV 2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published