Skip to content

Commit 1432655

Browse files
committed
readme fix
1 parent f86c782 commit 1432655

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

DATA.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,19 @@ Scan3R/
114114
```
115115

116116
### MultiScan
117-
Here we refer to the contents of the folder `processed_data/MultiScan` on GDrive. The data structure is the following:
117+
118+
#### Running preprocessing scripts
119+
Adjust the path parameters of `MultiScan` in the config files under `configs/preprocess`. Run the following (after changing the `--config-path` in the bash file):
120+
121+
```bash
122+
$ bash scripts/preprocess/process_multiscan.sh
123+
```
124+
125+
Our script for MultiScan dataset performs the following additional processing:
126+
127+
- 3D-to-2D projection for 2D segmentation and stores as `gt-projection-seg.pt` for each scan.
128+
129+
Post running preprocessing, the data structure should look like the following:
118130

119131
```
120132
MultiScan/
@@ -134,9 +146,4 @@ MultiScan/
134146
| └── ...
135147
```
136148

137-
#### Running preprocessing scripts
138-
Adjust the path parameters of `MultiScan` in the config files under `configs/preprocess`. Run the following (after changing the `--config-path` in the bash file):
139149

140-
```bash
141-
$ bash scripts/preprocess/process_multiscan.sh
142-
```

0 commit comments

Comments
 (0)