You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An official PyTorch implementation of the paper "Text-Adaptive Generative Adversarial Networks: Manipulating Images with Natural Language", NeurIPS 2018
scripts/preprocess_caption.sh
Preprocess caption data using fastText embedding. You only need to run it once before training.
scripts/train_[flowers/birds].sh
Train a network. If you want to change arguments, please refer to train.py.
scripts/test_[flowers/birds].sh
Test a trained network. After running it, please see ./test/result_[flowers/birds]/index.html.
Results
Citation
Please cite our paper when you use this code.
@inproceedings{nam2018tagan,
title={Text-Adaptive Generative Adversarial Networks: Manipulating Images with Natural Language},
author={Nam, Seonghyeon and Kim, Yunji and Kim, Seon Joo},
booktitle={Advances in Neural Information Processing Systems (NeurIPS)},
year={2018}
}
Contact
Please contact shnnam@yonsei.ac.kr if you have any question about this work.
About
An official PyTorch implementation of the paper "Text-Adaptive Generative Adversarial Networks: Manipulating Images with Natural Language", NeurIPS 2018