salesforce / LAVIS

LAVIS - A One-stop Library for Language-Vision Intelligence
BSD 3-Clause "New" or "Revised" License
9.69k stars 950 forks source link

Failed to download msrvtt #36

Closed wei10cool closed 1 year ago

wei10cool commented 1 year ago
from lavis.datasets.builders import load_dataset
msrvtt_dataset = load_dataset("msrvtt_caption")

as picture image

another way still failed


Downloading https://download1602.mediafire.com/jslug277m67g/x3rrbe4hwp04e6w/train_val_videos.zip to train
Failed to download or extracting datasets. Aborting.
Merging to C:\Users\jianwei\anaconda3\envs\thesis\lib\site-packages\lavis\..\cache\msrvtt\videos
Failed to merging datasets. Aborting.```
dxli94 commented 1 year ago

Hi @wei10cool ,

Thanks for your interest and well-spotting.

MSRVTT download links expire every a few moments. You may download manually from https://www.mediafire.com/folder/h14iarbs62e7p/shared or update the downloading scripts with the new URLs.

We'll update the download scripts to reflect this.

Thanks.

dxli94 commented 1 year ago

Have now updated the URLs with the newest.

These URLs are dynamic - they change over time. Therefore, I also included instructions for further downloads.

Closed for now.