hbdat / cvpr20_LESA

Shared Attention for Multi-label Zero-shot Learning accepted @ CVPR20
MIT License
31 stars 6 forks source link

Error in downloading Open-Images dataset #1

Closed akshitac8 closed 4 years ago

akshitac8 commented 4 years ago

Hello @hbdat,

Hope you are doing great, I was trying to download the open-images dataset but there is no annotations-human.csv file available in 2017_11 folder. It would be really helpful if you could share the file 😄

hbdat commented 4 years ago

Hi Akshita,

Thanks for raising the issue. You can download the annotation from this link: https://storage.googleapis.com/openimages/2017_11/annotations_human_2017_11.tar.gz

I will update the instruction file to include this.

Best, Dat

akshitac8 commented 4 years ago

Hi @hbdat,

Thank you for uploading the files. I also want to ask, In the open-images image downloading script 2017_11 folder is mentioned and while feature extraction 2018_04 mentioned. So, We need to download from both folders merge them into one and then use? Also, there is no classes-trainable.txt and class-description.csv for 2017_11 folder.

Best, Akshita

hbdat commented 4 years ago

The classes-trainable.txt and class-description.csv could be downloaded from: https://storage.googleapis.com/openimages/2017_11/classes_2017_11.tar.gz Thanks again for spotting the missing files.