places365
places365 copied to clipboard
Cannot download the dataset now
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.
Me to, the link of all Place365-Standard subsets are broken.
me too, could not download using any link
+1 server is down!
Today I'm encountering the same problem.
+1 server is down!
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...
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
Can confirm this works. @dragen1860
Thank you.
Just change the url from
places/places/xxx.tar
toplaces/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
what does 256 mean in the url? The official website now doesn't contain any infomation
@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.
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: @.***>