-
hello!I find I can't download the Didemo dataset from AWS,why is it?
-
Hi Lisa, you might be interested in adding DiDeMo [here](https://twitter.com/paperswithcode/status/1114166911154249729).
Cheers 👋
-
I cannot access https://people.eecs.berkeley.edu/~lisa_anne/didemo/. It asks for a username and password to log in. Are there other ways to download the models and the 13 videos missing from AWS? When…
-
Hi, thanks for your update of VideoChat2_HD! When trying the newly-released code, I got some questions:
- The `MetaLoader_rs` class in "train_it_ds.py" seems to be missing.
- So I still used "tr…
-
Thanks for the great work.
I evaluate the zero-shot performance of the 25M pre-trained ckpt on the DiDeMo dataset, my command is
```
export VL_DATA_DIR=/home/renshuhuai/VindLU/
export VL_EXP_DIR…
-
Hi, thanks for great code and amazing work
I do my best to to make similar performance but I get some trouble.
Could I get some of your advice?
1. Download dataset
Unfortunately, some of datas…
-
run a set of benchmarks on an aggregation model:
MSR-VTT, MSVD etc.
-
I have a question regarding the text queries in the DiDeMo test set.
In your provided flie `data/datasets/didemo/QuerySet/test-query.txt` I see that only a single caption appears for each video. I…
-
## タイトル: T2VIndexer: 効率的なテキスト-動画検索のための生成的動画インデクサー
## リンク: https://arxiv.org/abs/2408.11432
## 概要:
現在のテキスト-ビデオ検索手法は、主にクエリとビデオ間のクロスモーダルマッチングに依存して、類似度スコアを計算し、そのスコアでソートして検索結果を得ています。この手法は、各候補ビデオとクエリのマッ…
-
Hey, thanks for interesting work.
I was trying to run train_story.sh, but was running into memory issues when running on NVIDIA V100. Would you be able to share the configurations that you ran it on,…