microsoft / M3P

Multitask Multilingual Multimodal Pre-training
MIT License
68 stars 9 forks source link

Detail for feature extraction #13

Open theaitetus opened 3 years ago

theaitetus commented 3 years ago

Thanks for sharing your awesome work.

To reproduce M3P's results, I have some questions.

you mentioned script file to generate feature file, but I was unable to identify files for feature extraction.

It would be thankful if you share detail of feature for M3P, like resnet version for faster r-cnn

Thanks in advance

haoyanghua commented 3 years ago

I have update this script in our git and we will release the latest code for everyone to try

https://github.com/facebookresearch/mmf/blob/6d89e1dede448682d549fb81d073536a31f88548/tools/scripts/features/extract_features_vmb.py

Abhiram4572 commented 1 year ago

Hi, Firstly fascinating work!! Thanks for providing the script, but this script generates .npy and _info.npy files, whereas the code expects h5 files. Could you please provide the extracted feature (h5) files or give detail on generating them? I appreciate any help you can provide. Thanks.