You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DATA.md
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,19 @@ Scan3R/
114
114
```
115
115
116
116
### 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:
118
130
119
131
```
120
132
MultiScan/
@@ -134,9 +146,4 @@ MultiScan/
134
146
| └── ...
135
147
```
136
148
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):
0 commit comments