HestiaSky / IMF-Pytorch

MIT License
35 stars 5 forks source link

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

Closed zhi520 closed 1 year ago

zhi520 commented 1 year ago

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

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.