Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MingChaoSun authored Oct 8, 2018
1 parent 72cfcfa commit 78aeabc
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions data_conversions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,3 @@ python download_datasets.py -f [path to data folder] -d [Dataset to download]
For Scannet, please refer to http://www.scan-net.org/ . In segmentation task, We follow [pointnet++ preprocessed data](https://github.com/charlesq34/pointnet2/tree/master/scannet) ([Onedrive link](https://1drv.ms/u/s!ApbTjxa06z9CgQhxDuSJPB5-FHtm)).

For S3DIS, please refer to http://buildingparser.stanford.edu/dataset.html#Download

## Converting to .h5 Files

For big scene point cloud datasets like **Scannet** and **S3DIS**, we split them into small blocks for training:

```
python3 split_data/scannet_split.py
```

```
python3 split_data/s3dis_prepare_label.py
python3 split_data/s3dis_split.py
```

Then, the .h5 files can be generated by:

```
python3 prepare_[dataset]_data.py -f [Path to data folder]
```

If you want to use extra features, such as RGB, you can use:

```
python3 prepare_multiChannel_seg_data.py -f [Path to data folder] -c [Channel number]
```

0 comments on commit 78aeabc

Please sign in to comment.