QData / C-Tran

General Multi-label Image Classification with Transformers
MIT License
244 stars 43 forks source link

Could you provide the label name of the VG500 subset and the download link of the dataset? #4

Closed mymuli closed 3 years ago

mymuli commented 3 years ago

Thanks for sharing the code! Could you provide the label name of the VG500 subset and the download link of the dataset?

jacklanchantin commented 3 years ago

Images: http://www.cs.virginia.edu/~jjl5sw/data/vision/VG500.tar.gz Labels: http://www.cs.virginia.edu/~jjl5sw/data/vision/VG500_labels.tar.gz

mymuli commented 3 years ago

Thank you!

weirukai commented 3 years ago

where can i find the vocabulary of the labels in VG500,i am gonna try word embedding?

jacklanchantin commented 3 years ago

@weirukai it's the top 500 labels from the visual genome dataset: https://visualgenome.org/data_analysis/statistics

THUeeY commented 2 years ago

Thank you for sharing. But the download link is not accessible. Could you please update the link. Thank you very much. @jacklanchantin

jacklanchantin commented 2 years ago

Hi @THUeeY I'm working on getting the data back. My university department removed my home directory.

jacklanchantin commented 2 years ago

The links are updated in the readme. VG500 data is here:

Images: https://www.cs.virginia.edu/yanjun/jack/vision/VG500.tar.gz Labels: https://www.cs.virginia.edu/yanjun/jack/vision/VG500_labels.tar.gz

THUeeY commented 2 years ago

Thank you very much!!