Pytorch implementation for Paper [Learn, Imagine and Create: Text-to-Image Generation from Prior Knowledge] by Tingting Qiao, Jing Zhang, Duanqing Xu, Dacheng Tao. (The work was performed when Tingting Qiao was a visiting student at UBTECH Sydney AI Centre in the School of Computer Science, FEIT, the University of Sydney).
- Clone this repo:
git clone https://github.com/qiaott/LeicaGAN.git
cd LeicaGAN
- Download our preprocessed data from here.
./do_pretrain_TI.sh
./do_pretrain_TM.sh
./do_train.sh
./do_test.sh
If you find our work useful for your research. please consider citing:
@incollection{LeicaGAN,
title = {Learn, Imagine and Create: Text-to-Image Generation from Prior Knowledge},
author = {Qiao, Tingting and Zhang, Jing and Xu, Duanqing and Tao, Dacheng},
booktitle = {Advances in Neural Information Processing Systems 32},
pages = {885--895},
year = {2019}
}