HestiaSky / IMF-Pytorch

MIT License
34 stars 5 forks source link

where are img_features.pkl and text_features.pkl files? #8

Closed Liuoodh closed 1 year ago

Liuoodh commented 1 year ago

Could you please provide img_features.pkl and text_features.pkl files? thank u

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.