We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48bd4a commit b63f127Copy full SHA for b63f127
1 file changed
README.md
@@ -34,8 +34,10 @@ original authors for sharing their methods.
34
35
### 1. Download
36
37
-Download the dataset from [Semantic3D](http://www.semantic3d.net/view_dbase.php)
38
-and extract to `dataset/semantic_raw`.
+Download the dataset [Semantic3D](http://www.semantic3d.net/view_dbase.php) and extract it by running the following commands:
+
39
+`cd dataset/semantic_raw`
40
+`bash download_semantic3d.sh`
41
42
```shell
43
Open3D-PointNet2-Semantic3D/dataset/semantic_raw
0 commit comments