antoine77340 / Mixture-of-Embedding-Experts

Mixture-of-Embeddings-Experts
Apache License 2.0
118 stars 15 forks source link

about test sentences #13

Closed danieljf24 closed 4 years ago

danieljf24 commented 4 years ago

Hi Antoine, many thanks for sharing the code and data. Recently I would like to compare with your wonderfull model on your split test set. But I only obtained the sentence feature of test sentences, I am wondering could you provide the original 1000 test sentences. Thanks very much.

antoine77340 commented 4 years ago

Hi, I guess you have downloaded the data.zip file from: https://www.rocq.inria.fr/cluster-willow/amiech/ECCV18/data.zip

This zip contains a text file called test_list.txt which list the videos ids of the MSRVTT video used at test time. For each of these videos, we took the very first sentence from the original MSRVTT json file that you can find on the MSRVTT website: http://ms-multimedia-challenge.com/2017/dataset.

danieljf24 commented 4 years ago

Thanks Antoine