aelnouby / Text-to-Image-Synthesis

Pytorch implementation of Generative Adversarial Text-to-Image Synthesis paper
GNU General Public License v3.0
405 stars 89 forks source link

Can't find the file:"text_c10" #4

Closed coderSkyChen closed 6 years ago

coderSkyChen commented 6 years ago

Hi, I'm learning text-to-image, and thanks a lot for your reimplement in pytorch! However, i can not find the text_c10 files for birds and flowers dataset, is it the descriptions of the image? It looks like the author of the icml2016 have not provide the original descriptions but the text embedding in torch format.

Watting for your reply.

aelnouby commented 6 years ago

Hi,

You can find the text embedding data here https://github.com/reedscot/cvpr2016, this the implementation of an earlier paper from the same authors where they introduced the char-RNN-CNN text encoding model. I fixed the link on ReadMe.

You can also download the converted hd5 files (links on readme) and use them directly.

coderSkyChen commented 6 years ago

Ok, thanks a lot!