paarthneekhara / text-to-image

Text to image synthesis using thought vectors
MIT License
2.16k stars 394 forks source link

Can't download the caption dataset #16

Open OwalnutO opened 7 years ago

OwalnutO commented 7 years ago

Dear experts I still have problem with the dataset "flowers_text_c10.tar.bz2" that I can't download it. It is hard for me to solve it with repo according to your explanation in the code for downloading. Is there any other approaches I can follow to download it? Such as from E-mail? Thanks.

bruce1408 commented 7 years ago

download the file 'download_datasets.py',and then open it,you will find a nota '# the original google drive link at https://drive.google.com/file/d/0B0ywwgffWnLLcms2WWJQRFNSWXM/view'。So this Url is the access to download file 'the flowers_text_c10'.

OwalnutO commented 7 years ago

Oh yeah, I have solved it. Thanks!

NewETown commented 7 years ago

I had to comment out the lines in the download_datasets.py file that were trying to extract flowers_text_c10 and manually move the text_c10 folder in the flower directory.

Has anyone else had to do this? Did you guys rename/re-zip the files after you download the master file from that drive link?