-
Great work!
Could you provide annotations and video for evaluating on TGIF? or where to obtain these? appreciating for your instruction!
-
Hi authors,
Thanks for the great work!
However, I cannot reproduce the numbers reported in the paper using your code. I use the **LLaVA-1.6-vicuna-7B** model.
Open-ended QA
| | MSVD-QA | MSRVT…
-
-
Hi @mmaaz60 ,
I noticed that there are four tasks on the testset of the TGIF-QA dataset: Repetition count, Repeating action, State transition and Frame QA. Are the results of TGIF-QA(51.40/3.0) in yo…
-
_This is currently not on Flutter's roadmap, for reasons discussed in these comments: https://github.com/flutter/flutter/issues/14330#issuecomment-1279484739, https://github.com/flutter/flutter/issues…
-
Hello, thanks for providing this outstanding work.
May I know where to download video in MSRVTT-QA?
It looks like the official website [https://ms-multimedia-challenge.com/2016/dataset] is no longer…
-
There are many different types of QA in the TGIF. Will you design prompts for each type? Or let the model randomly generate?
-
https://github.com/huggingface/datasets/releases/tag/2.14.0
main changes:
- use `token` instead of `use_auth_token`
- the default config name is now `default` instead of `username--dataset_name`:…
-
TGIF dataset folder is flawless which is checked by md5.
However, I have an error.
$ python run.py with data_root=DATAROOT num_gpus=1 num_nodes=1 num_frames=3 per_gpu_batchsize=8 task_finetune_…
-
Hi! I am trying zeroshot inference with the code below
```shell
DATA_DIR=data
DATASET=activitynet
DATASET_FILE=ActivityNet-QA
CKPT_PATH=checkpoints/frozenbilm_activitynet.pth
TRANSFORMERS_CACH…