Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syb7573330 authored Feb 5, 2018
1 parent d97bf03 commit 9f1e9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sem_seg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

### Dataset

Donwload prepared HDF5 data for training:
1. Donwload prepared HDF5 data for training:
```
sh +x download_data.sh
```
Download 3D indoor parsing dataset (<a href="http://buildingparser.stanford.edu/dataset.html">S3DIS Dataset</a>) for testing and visualization. "Stanford3dDataset_v1.2_Aligned_Version.zip" of the dataset is used. Unzip the downloaded file into "dgcnn/data/", and then run
2. Download 3D indoor parsing dataset (<a href="http://buildingparser.stanford.edu/dataset.html">S3DIS Dataset</a>) for testing and visualization. "Stanford3dDataset_v1.2_Aligned_Version.zip" of the dataset is used. Unzip the downloaded file into "dgcnn/data/", and then run
```
python collect_indoor3d_data.py
```
Expand Down

0 comments on commit 9f1e9d6

Please sign in to comment.