linjieli222 / HERO

Research code for EMNLP 2020 paper "HERO: Hierarchical Encoder for Video+Language Omni-representation Pre-training"
https://arxiv.org/abs/2005.00200
MIT License
230 stars 34 forks source link

The number of queries for the didemo dataset #50

Open tfka opened 1 year ago

tfka commented 1 year ago

Thanks for sharing the code. It helps a lot ! I downloaded the didemo dataset and I found the numbers of queries are not equal in files query_data.jsonl and id2len.json. For the test set, the former is 4021, and the latter is 3982. I saw the code implementation, and the code used the latter as the final query number. I'm a little confused about why the numbers of queries in the two files are not equal. Hope to get help