File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,18 +102,18 @@ Scan3R/
102
102
```
103
103
104
104
#### ARKitScenes
105
- 1 . Download ` files/ ` under ` processed_data/meta_data/ARKitScenes/ ` from GDrive and place under ` PATH_TO_ARKITSCENES/ ` .
106
- 2 . Download ARKitScenes 3dod data into ARKitScenes/scans and run the following to extract MultiScan data
105
+ 1 . Download ARKitScenes 3dod data into ARKitScenes/scans and run the following to extract the data
107
106
108
107
``` bash
109
108
cd ARKitScenes
110
109
mv 3dod/Training/* scans
111
110
mv 3dod/Validation/* scans
112
111
```
112
+ 2 . Move the relevant files from ` Sceneverse ` and ` ARKitScenes ` under ` files/ ` .
113
113
114
114
Once completed, the data structure would look like the following:
115
115
```
116
- MultiScan /
116
+ ARKitScenes /
117
117
├── scans/
118
118
│ ├── 40753679/
119
119
│ │ ├── 40753679_frames/
You can’t perform that action at this time.
0 commit comments