Skip to content

Commit

Permalink
updated link
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoubolei committed Feb 24, 2017
1 parent 71d6ee6 commit fca5f7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Table of contents:

Please contact Bolei Zhou (bzhou@csail.mit.edu) for questions, comments, or bug reports.

**Note: Please first download the image list and annotations for [Places365-Standard](http://places2.csail.mit.edu/challenge2016/filelist_places365-standard.tar) and the image list and annotations for [Place365-Challenge](http://places2.csail.mit.edu/challenge2016/filelist_places365-challenge.tar), and decompress the files in the data folder.**
**Note: Please first download the image list and annotations for [Places365-Standard](http://data.csail.mit.edu/places/places365/filelist_places365-standard.tar) and the image list and annotations for [Place365-Challenge](http://data.csail.mit.edu/places/places365/filelist_places365-challenge.tar), and decompress the files in the data folder.**

## Overview of Places365-Standard Data

Expand Down
4 changes: 2 additions & 2 deletions data/download_data.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
echo "Downloading data split for Places365-Standard"
wget http://places2.csail.mit.edu/challenge2016/filelist_places365-standard.tar
wget http://data.csail.mit.edu/places/places365/filelist_places365-standard.tar
tar -xvf filelist_places365-standard.tar

echo "Downloading data split for Places365-Challenge"
wget http://places2.csail.mit.edu/challenge2016/filelist_places365-challenge.tar
wget http://data.csail.mit.edu/places/places365/filelist_places365-challenge.tar
tar -xvf filelist_places365-challenge.tar

0 comments on commit fca5f7f

Please sign in to comment.