minjoong507 / MPGN

[EMNLP 2022] Official Pytorch code for "Modal-specific Pseudo Query Generation for Video Corpus Moment Retrieval"
https://arxiv.org/abs/2210.12617
MIT License
7 stars 0 forks source link

What is the role of tvr_video2dur_idx.json file? #2

Closed fuseniory closed 4 months ago

fuseniory commented 4 months ago

Hello! I would like to ask, what is the role of tvr_video2dur_idx.json file? I didn't see relevant information in the paper, please explain to me, thank you!

minjoong507 commented 4 months ago

Hi, @fuseniory

Thanks for your interest in our work!

I remember that tvr_video2dur_idx.json file is borrowed from the TVR repository.

It only contains meta information for the videos in datasets, so we do not need this file for the model's training.

You may check here how the TVR uses this file.

Please let me know if there are any further questions.

Thank you.