Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot download the dataset now #82

Open
KelestZ opened this issue Jul 12, 2020 · 12 comments
Open

Cannot download the dataset now #82

KelestZ opened this issue Jul 12, 2020 · 12 comments

Comments

@KelestZ
Copy link

KelestZ commented Jul 12, 2020

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.

@bupttianlei
Copy link

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

@tuvovan
Copy link

tuvovan commented Jul 14, 2020

me too, could not download using any link

@dragen1860
Copy link

+1 server is down!

@Phrytes
Copy link

Phrytes commented Jul 16, 2020

Today I'm encountering the same problem.

@Bishopxu
Copy link

+1 server is down!

@zzeitt
Copy link

zzeitt commented Jul 22, 2020

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...

@dragen1860
Copy link

dragen1860 commented Jul 23, 2020

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

@jvhoffbauer
Copy link

Can confirm this works. @dragen1860

@2catycm
Copy link

2catycm commented Apr 30, 2023

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
Copy link

2catycm commented Apr 30, 2023

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

@youyinnn
Copy link

@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.

@2catycm
Copy link

2catycm commented May 21, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants