antoyang / just-ask

[ICCV 2021 Oral + TPAMI] Just Ask: Learning to Answer Questions from Millions of Narrated Videos
https://arxiv.org/abs/2012.00451
Apache License 2.0
117 stars 15 forks source link

Need verification code to download checkpoints and preprocessed features. #8

Closed KoDohwan closed 1 year ago

KoDohwan commented 1 year ago

Thanks a lot for sharing great work!

I've met a problem when downloading pretrained checkpoints, pre-processed data and features via below commands:

bash download/download_checkpoints.sh <DEFAULT_CKPT_DIR>
bash download/download_downstream.sh <DEFAULT_DATASET_DIR

It requires a verification code and I cannot access to it. Can you share them another way?

Thank you again for your sharing.

antoyang commented 1 year ago

Hi, I have just added the links to the corresponding drive folders directly in the readme.

KoDohwan commented 1 year ago

Thanks a lot.