places365 icon indicating copy to clipboard operation
places365 copied to clipboard

Cannot download the dataset now

Open KelestZ opened this issue 4 years ago • 12 comments

Hi, the download link on the website seems broken. E.g., I cannot reach http://data.csail.mit.edu/places/places/val_256.tar. Is anything wrong here? Thanks in advance.

KelestZ avatar Jul 12 '20 03:07 KelestZ

Me to, the link of all Place365-Standard subsets are broken.

bupttianlei avatar Jul 14 '20 07:07 bupttianlei

me too, could not download using any link

tuvovan avatar Jul 14 '20 09:07 tuvovan

+1 server is down!

dragen1860 avatar Jul 15 '20 06:07 dragen1860

Today I'm encountering the same problem.

Phrytes avatar Jul 16 '20 07:07 Phrytes

+1 server is down!

Bishopxu avatar Jul 20 '20 07:07 Bishopxu

Short version

Change http://data.csail.mit.edu/places/places/val_256.tar

to http://data.csail.mit.edu/places/places365/val_256.tar


Long version

By searching on the Internet, I found the source code of downloading places dataset in tensorflow. And I solved the problem by simply replacing the last directory name in the url (i.e. the name before compressed file's name) from places to places365.

Seems like the authors didn't update the url with correct folder name...

zzeitt avatar Jul 22 '20 04:07 zzeitt

Thank you.

Just change the url from places/places/xxx.tar to places/places365/xxx.tar. it works! For example : the original url for downloading training images: http://data.csail.mit.edu/places/places/train_256_places365standard.tar after changed, it should be : http://data.csail.mit.edu/places/places365/train_256_places365standard.tar

dragen1860 avatar Jul 23 '20 02:07 dragen1860

Can confirm this works. @dragen1860

jvhoffbauer avatar Jul 31 '20 11:07 jvhoffbauer

Thank you.

Just change the url from places/places/xxx.tar to places/places365/xxx.tar. it works! For example : the original url for downloading training images: http://data.csail.mit.edu/places/places/train_256_places365standard.tar after changed, it should be : http://data.csail.mit.edu/places/places365/train_256_places365standard.tar

Hi, recently the website http://places2.csail.mit.edu/download.html does not contains any url. http://data.csail.mit.edu/places/places365/train_256_places365standard.tar, I wonder if there is another file like test or val that should be download

2catycm avatar Apr 30 '23 12:04 2catycm

what does 256 mean in the url? The official website now doesn't contain any infomation

2catycm avatar Apr 30 '23 12:04 2catycm

@2catycm

I did spend some time finding the dataset. All the links are down on the official website until I found this on the readme: image

This should be the standard dataset of the places365 v2 (I believe so...), which contains both the training and validating datasets and the sample labelling files.

And the 256 should mean the image size is 256.

youyinnn avatar May 18 '23 02:05 youyinnn

thanks, I will take a try

---Original--- From: @.> Date: Thu, May 18, 2023 10:02 AM To: @.>; Cc: @.@.>; Subject: Re: [CSAILVision/places365] Cannot download the dataset now (#82)

@2catycm

I did spend some time finding the dataset. All the links are down on the official website until I found this on the readme:

This should be the standard dataset of the places365 v2 (I believe so...), which contains both the training and validating datasets and the sample labelling files.

And the 256 should mean the image size is 256.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

2catycm avatar May 21 '23 04:05 2catycm