SJTU-LuHe / TransVOD

The repository is the code for the paper "End-to-End Video Object Detection with Spatial-TemporalTransformers"
Apache License 2.0
203 stars 28 forks source link

Link for ILSVRC2015 VID is dead #25

Open LYZJU2019 opened 1 year ago

LYZJU2019 commented 1 year ago

The links for ILSVRC2015 VID dataset is dead. I can find some archives on baidu netdisk, but it's painful to download them to my local PC and then scp them to my linux server. Would you mind uploading the VID dataset to google drive so that I can use gdown to pull this dataset directly inside my linux server?

Thank you in advance.

August-en commented 1 year ago

The links for ILSVRC2015 VID dataset is dead. I can find some archives on baidu netdisk, but it's painful to download them to my local PC and then scp them to my linux server. Would you mind uploading the VID dataset to google drive so that I can use gdown to pull this dataset directly inside my linux server?

Thank you in advance.

Have you get the download links? I'm very appreciate with you if you can share your download links.

itbergl commented 1 year ago

The dataset has been moved to kaggle. I used > kaggle competitions download -c imagenet-object-localization-challenge to download it.

hong3924 commented 1 year ago

The dataset has been moved to kaggle. I used > kaggle competitions download -c imagenet-object-localization-challenge to download it.

The dataset in kaggle is only for cls/loc right? So is there any link we can download VID dataset?

adilsonmedronha commented 1 year ago

Where can I find Imagenet VID (version) available to download? That Kaggle link does not contain it...

amaharek commented 1 year ago

The dataset has been moved to kaggle. I used > kaggle competitions download -c imagenet-object-localization-challenge to download it.

The dataset in kaggle is only for cls/loc right? So is there any link we can download VID dataset?

I think kaggle has only the object localization challenge while the object detection from video isn't' on Kaggle.

prsbsvrn commented 1 year ago

Where can I find Imagenet VID (version) available to download? That Kaggle link does not contain it...

Hi I have the same problem. Did you find any link for ImageNet VID dataset?

Rownak commented 10 months ago

Hi, Is there any updated link for imageNet Vid dataset?

The following links I have tried so far are not accessible.

https://image-net.org/challenges/LSVRC/2015/2015-downloads.php -> https://bvisionweb1.cs.unc.edu/ilsvrc2015/download-videos-3j16-desconly.php -> https://bvisionweb1.cs.unc.edu/ilsvrc2015/ILSVRC2015_VID_final.tar.gz -> Forbidden (You don't have permission to access this resource.)

https://image-net.org/challenges/LSVRC/2016/ -> https://vision.cs.unc.edu/ilsvrc2015/ui/vid -> Not Found

https://image-net.org/challenges/LSVRC/2017/2017-downloads.php -> https://bvisionweb1.cs.unc.edu/ILSVRC2017/download-videos-1p39-desconly.php -> https://bvisionweb1.cs.unc.edu/ILSVRC2017/ILSVRC2017_VID.tar.gz -> Forbidden (You don't have permission to access this resource.)

shani1610 commented 2 months ago

Hey, If someone has found a solution, could you please share the details?

LYZJU2019 commented 1 month ago

Great! Happy to see the problem has been solved. I will close this issue.