gabeur / mmt

Multi-Modal Transformer for Video Retrieval
http://thoth.inrialpes.fr/research/MMT/
Apache License 2.0
258 stars 41 forks source link

About different dataset partition #4

Closed hefeng1995 closed 3 years ago

hefeng1995 commented 3 years ago

Could you provide configs of different data sets, which will make it easier to reproduce the results.

gabeur commented 3 years ago

The configurations to reproduce the results reported in the paper are available here.

hefeng1995 commented 3 years ago

What I want to ask is the different divisions of the same data set. For example, the MSRVTT data set, a variety of division have been experimented in the paper, but there is only one division in the open source code.

gabeur commented 3 years ago

Indeed, in the paper we have reported results on both 1k-A and 1k-B MSRVTT splits. You can reproduce the results for the 1k-A split using this config. You can reproduce the results for the 1k-B split using this config.