Update README.md
Browse files
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}
|
| 17 |
-
| |-- rgb
|
| 18 |
-
| |-- semantic
|
| 19 |
-
| |-- depth
|
| 20 |
-
| |-- normal
|
| 21 |
-
| |-- layout_depth
|
| 22 |
-
| |-- layout_semantic
|
| 23 |
-
| |-- cameras.json
|
| 24 |
-
|
|
| 25 |
-
│
|
| 26 |
-
|
| 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
|