Update README.md
Browse files
README.md
CHANGED
|
@@ -21,8 +21,9 @@ SpatialGen-Testset
|
|
| 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 |
-
|
|
| 25 |
-
|
|
|
|
| 26 |
```
|
| 27 |
|
| 28 |
## Visualization
|
|
|
|
| 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
|