-
Thanks for your impressive work, I have a question to evaluate video-text retrieval: In datasets such as MSVD and MSRVTT, each video is attached with multiple captions. How do you process this problem…
-
Hello,
When i create the object based action graph: Run action_spatio_temporal_graph_feature_extractor.ipynb. I found that the system reports an error: IOStream.flush timed out.
Dataset = 'msrv…
-
Thanks for sharing your work!!!
I tested the test code provided in the `README.md` on msrvtt-1kA and obtained the following results:
```
07/18/2023 17:38:05 - INFO - main - ====-zero-shot evalu…
-
Hi @tsujuifu,
Thanks for your great work and tidy github for future works!
I found that MSRVTT-MC _train_- and _val_-datasets are missed in google drive, and also same for the checkpoint.
It woul…
-
Hi, I managed to execute 2 phrases of training without any problems. But evaluation doesnot work, please check the following log. Thank you
```
(DiffusionRet) hai@user:~/sang$ CUDA_VISIBLE_DEVICES…
-
I have only found the caption files for MSRVTT in the releases. When will the caption files for other datasets (MSVD, VATEX etc.) be provided?
-
I saw you privide the single GPU training command, and run it successfully.
But I got some troubles to use multi-GPU training.Can you privide the multi-GPU training command such as on the msrvtt data…
-
Hi~ Thanks for the excellent work.
So now the codes about **qurey gated transformation** and **Informative Context Enhancement** are not in the repo? Should I add my own code implementation?
If so,…
-
Hi, may I know what is the file used in "--gt_file"? Is it train, test or val.json of MSVD-QA?
I want to replicate the result shown in paper.
python run_inference_qa_msvd.py \
--cfg-path eval_…
-
Hi, I found that in your msrvvt_config, train9k.jsonl and test1ka.jsonl are needed. But I don't find anything about it in your readme.md. Are they in the hdvila_ofa_captions_db? If the jsonl files are…