Skip to content

Commit

Permalink
Create README.md for semantic_seg
Browse files Browse the repository at this point in the history
  • Loading branch information
syb7573330 authored Feb 4, 2018
1 parent 2add62d commit 32d9116
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sem_seg/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Semantic segmentation of indoor scenes

### Dataset

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
```
python collect_indoor3d_data.py
```
to generate "dgcnn/data/stanford_indoor3d"

0 comments on commit 32d9116

Please sign in to comment.