Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zmurez-ml authored Sep 1, 2020
1 parent 577f13e commit bee3ddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ python prepare_data.py --path DATAROOT --path_meta METAROOT --dataset sample

#### Scannet
Download and extract Scannet by following the instructions provided at http://www.scan-net.org/.
You also need to download the train/val/test splits from https://github.com/ScanNet/ScanNet/tree/master/Tasks/Benchmark.
You also need to download the train/val/test splits and the label mapping from https://github.com/ScanNet/ScanNet (Benchmark Tasks).
The directory structure should look like:
```
DATAROOT
Expand All @@ -86,6 +86,7 @@ DATAROOT
│ | │ │ 1.jpg
│ | │ │ ...
│ | │ ...
| └───scannetv2-labels.combined.tsv
| └───scannetv2_test.txt
| └───scannetv2_train.txt
| └───scannetv2_val.txt
Expand Down

0 comments on commit bee3ddb

Please sign in to comment.