From bee3ddbdb0935cf9aa9fc810e829115c6ab74dc5 Mon Sep 17 00:00:00 2001 From: zmurez-ml <68235986+zmurez-ml@users.noreply.github.com> Date: Tue, 1 Sep 2020 16:31:21 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b3af8c..0863a0c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -86,6 +86,7 @@ DATAROOT │ | │ │ 1.jpg │ | │ │ ... │ | │ ... +| └───scannetv2-labels.combined.tsv | └───scannetv2_test.txt | └───scannetv2_train.txt | └───scannetv2_val.txt