Skip to content

Commit 800e55f

Browse files
committed
readme fix
1 parent b9daad2 commit 800e55f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prepare_data/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,18 @@ Scan3R/
102102
```
103103

104104
#### 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
107106

108107
```bash
109108
cd ARKitScenes
110109
mv 3dod/Training/* scans
111110
mv 3dod/Validation/* scans
112111
```
112+
2. Move the relevant files from `Sceneverse` and `ARKitScenes` under `files/`.
113113

114114
Once completed, the data structure would look like the following:
115115
```
116-
MultiScan/
116+
ARKitScenes/
117117
├── scans/
118118
│ ├── 40753679/
119119
│ │ ├── 40753679_frames/

0 commit comments

Comments
 (0)