-
PYTHONPATH: :/opt/tiger/arnold/arnold_entrypoint:/usr/bin/srun:/opt/tiger/arnold_toolbox:/opt/tiger/api_common:/opt/tiger/load:/opt/tiger/studio_loader:/opt/tiger/arnold_toolbox:/opt/tiger/rh2:/opt/ti…
-
I am trying to verify/reproduce your paper's validation results **without training** it myself and expected 42.6% R@1 accuracy for MSR-VTT.
But when I follow the instructions from [TRAIN_AND_VALID…
-
Thanks for your great work!
I successfully reproduced the results of meanP on MSRVTT and MSVD, where I exactly followed your configuration on readme.
But for the experiments of seqTransf, I got low…
-
After pretraining the model on WebVid, the MSRVTT evaluation results dropped to below 1%. Similarly, when pretraining from the provided pretrained weights, the results also dropped below 1% after the …
-
@mmaaz60 @hanoonaR
Hello, Thank you for sharing excellent work.
Can you tell me how to evaluate the MSVD-QA and MSRVTT-QA in detail?
-
I followed the steps in downloading all the necessary dependencies and data to run the code. When running the code, this error is thrown:
`in main
raise subprocess.CalledProcessError(returncod…
-
IN'/dataloaders/dataloader_msrvtt_retrieval.py', do MSRVTT_TrainDataLoader.__init__
What is
' self.env = lmdb.open( '/projects/np28/mfhan/ClipBERT/vis_db/msrvtt', readonly=True, create=False) # …
-
Hi!
Thanks for your excellent work!
I wonder know how to reproduce the result on STAR and MSRVTT dataset, it seems that they don't have id2word.txt, word2id.txt and also the intermediate results, ca…
-
Hi!, I have a problem and need your help. You validate your model on Video QA datasets such as MSVD-QA, which do not have audio clip, how do you deal with this?
-
Hello, wonderful project!. Here I wonder how to finetune the pre-trained models on downstream video-text retrieval datasets like MSR-VTT, LSMDC, and MSVD? I notice that the script for zero-shot retrie…