bertjiazheng commited on
Commit
86f88e3
·
verified ·
1 Parent(s): c8b4a9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -13,17 +13,17 @@ We provide a test set of 48 preprocessed point clouds and their corresponding GT
13
  Outlines of the dataset files:
14
  ```bash
15
  SpatialGen-Testset
16
- |-- {scene_id} # scene folder
17
- | |-- rgb # multi-view color images
18
- | |-- semantic # multi-view semantic maps
19
- | |-- depth # multi-view depth maps
20
- | |-- normal # multi-view normal maps
21
- | |-- layout_depth # rendered depth maps of the GT layout
22
- | |-- layout_semantic # rendered semantic maps of the GT layout
23
- | |-- cameras.json # camera parameters for the scene
24
- | │ ├── room_layout.json # GT structured layout in JSON format
25
- ├── test_split.txt # testing split
26
- ├── test_split_caption.jsonl # textural captions for each scene
27
  ```
28
 
29
  ## Visualization
 
13
  Outlines of the dataset files:
14
  ```bash
15
  SpatialGen-Testset
16
+ |-- {scene_id} # scene folder
17
+ | |-- rgb # multi-view color images
18
+ | |-- semantic # multi-view semantic maps
19
+ | |-- depth # multi-view depth maps
20
+ | |-- normal # multi-view normal maps
21
+ | |-- layout_depth # rendered depth maps of the GT layout
22
+ | |-- layout_semantic # rendered semantic maps of the GT layout
23
+ | |-- cameras.json # camera parameters for the scene
24
+ | |-- room_layout.json # GT structured layout in JSON format
25
+ └-- test_split.txt # testing split
26
+ └── test_split_caption.jsonl # textural captions for each scene
27
  ```
28
 
29
  ## Visualization