--------------------------------------------------------- Download of Places 205 Database. Here we release the data used to train the Places-CNN in our NIPS'14 paper. There are around 2.5 million images from 205 scene categories. 100 images per category for validation set and 200 images for test set. We prepare two sets of Places 205 Database: the compressed file of full-sized images (1.8TB) and the compressed file of resized 256*256 images (143GB). If you are only interested in training CNNs, we highly suggest you to download the resized version only. Here are the links for each files: http://places.csail.mit.edu/download_places/trainvalsplit_places205.tar.gz The image list of train set and validation set of Places 205. http://places.csail.mit.edu/download_places/imagesPlaces205_resize.tar The compressed file of resized 256*256 images, containing train set and validation set of Places 205. We split the set of full-sized images into 9 parts(each one has 200GB) as follows. Dow nload them all then run the command in linux terminal: cat imagesPlaces205_full.part* > imagesPlaces205_full.tar.gz http://places.csail.mit.edu/download_places/imagesPlaces205_full.part00 imagesPlaces205_full.part01 imagesPlaces205_full.part02 imagesPlaces205_full.part03 imagesPlaces205_full.part04 imagesPlaces205_full.part05 imagesPlaces205_full.part06 imagesPlaces205_full.part07 imagesPlaces205_full.part08 http://places.csail.mit.edu/download_places/testSetPlaces205_resize.tar.gz The compressed file of the resized images in testset. There is no groundtruth for these images, please check readme.txt inside to see how to submit your prediction result to our evaluation server at http://places.csail.mit.edu/submit.html . http://places.csail.mit.edu/download_places/testSetPlaces205_full.tar.gz The compressed file of the full-sized images in testset. The evaluation server is at http://places.csail.mit.edu/submit.html. Please don't share this email to other people. Thanks. ---------------------------------------------------------