-
Does the 'exp_zx/msrvtt/run.sh' support zero shot demos for my own custom data or do I have to write my own testing scripts? I am currently looking at 'VideoMamba/videomamba/video_mm/exp_zs/msrvtt/m16…
-
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…
-
Hello Antoine
Thanks for sharing your work. I am trying to evaluate your code on MSR-VTT test dataset. I followed all the instructions you provided on readme.md file. Furthermore, I think the CSV f…
-
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…
-
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…
-
Dear Authors,
I am trying to reproduce Zeroshot performance with the checkpoint [ViCLIP-L-14 InternVid-10M-FLT ](https://huggingface.co/OpenGVLab/ViCLIP).
However, the performance is different from …
-
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 …
-
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…
-
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) # …
-
@mmaaz60 @hanoonaR
Hello, Thank you for sharing excellent work.
Can you tell me how to evaluate the MSVD-QA and MSRVTT-QA in detail?