showlab / all-in-one

[CVPR2023] All in One: Exploring Unified Video-Language Pre-training
https://arxiv.org/abs/2203.07303
277 stars 16 forks source link

all-in-one/config.py what is 'msrvttqa_label_size'? #14

Closed wonzin closed 1 year ago

wonzin commented 1 year ago

This one looks resonable. msrvtt1

However, msrvttqa_label_size is used 5 times including where the def is not related to 'msrvttqa'.

Is 'msrvttqa_label_size' has special meaning?

msrvtt2

msrvtt3

msrvtt4

FingerRec commented 1 year ago

for open end VQA, this task ask the model to select one class from all voculbary (label size)

wonzin commented 1 year ago

Thank you!