ikuinen / CMIN_moment_retrieval

Cross-Modal Interaction Networks for Query-Based Moment Retrieval in Videos
86 stars 20 forks source link

about the word2vectors #1

Closed Tanwey closed 5 years ago

Tanwey commented 5 years ago

Hi,

I wana to know about how you process the word vectors dataset?

Looking forward to your reply

ikuinen commented 5 years ago

As for query in the dataset, we simply remove the stop words of the sentence and use the pretrained glove word vectors as the initial feature representation. The word vectors can be turned into binary format for fast IO. Hope this may help you.

Tanwey commented 5 years ago

Hi,

Thank you so much!

But I still have a problem.Could you tell me which pretrained golve word vectors dataset you used?

Looking forward to ypur reply

ikuinen commented 5 years ago

Hi,

Thank you so much!

But I still have a problem.Could you tell me which pretrained golve word vectors dataset you used?

Looking forward to ypur reply

You can download it here.