HestiaSky / IMF-Pytorch

MIT License
34 stars 5 forks source link

I couldn't locate the img_features.pkl and text_features.pkl files. #6

Closed wang991227 closed 1 year ago

wang991227 commented 1 year ago

This is a very interesting experiment!Could you please provide the img_features.pk and text_features.pkl files? Thank you!

HestiaSky commented 1 year ago

img_features can be directly obtained from MMKG. (https://github.com/mniepert/mmkb) text_features is the pooled_output of entity descriptions of BERT_base_uncased. Please see Section 2.2 for details.