The Dataset Viewer has been disabled on this dataset.
SpatialGym Nav Dataset
Indoor scene assets for SpatialGym navigation task.
License: CC BY-NC-SA 4.0
πΈ Dataset Overview
| Source | Scenes | Size |
|---|---|---|
| internscenes-gen | 120 (36 bedroom, 45 diningroom, 39 livingroom) | 54 GB |
| scenesmith | 208 (29 house + 179 room) | 223 GB |
| sage3d | 100 | 20 GB |
| interioragent | 25 | 14 GB |
| Total | 453 | ~311 GB |
test_subset: ~12 GB, 20 scenes (9 internscenes-gen, 4 scenesmith, 5 sage3d, 2 interioragent) for quick test.
πΈ Folder Structure
SpatialGym-Nav/
βββ internscenes-gen/ # Text-to-3D generated scenes (one .tar per scene)
β βββ bedroom/ # 36 scenes
β βββ diningroom/ # 45 scenes
β βββ livingroom/ # 39 scenes
β βββ {scene_id}.tar
β
βββ scenesmith/ # SceneSmith agentic generation (one .tar per scene)
β βββ house/ # 29 full-house scenes
β β βββ scene_XXX.tar
β βββ room/ # 179 single-room scenes
β βββ scene_XXX.tar
β
βββ sage3d/ # SAGE-3D dataset (one .tar per scene)
β βββ 01/, 02/, ... 10/ # Category folders
β β βββ {id}_{scene}.tar
β βββ ...
β
βββ interioragent/ # Interior design scenes (Kujiale, one .tar per scene)
β βββ kujiale_XXXX.tar
β
βββ test_subset/ # Small subset for testing (unpacked)
βββ internscenes-gen/ # 9 scenes
βββ scenesmith/ # 4 scenes (2 house + 2 room)
βββ sage3d/ # 5 scenes
βββ interioragent/ # 2 scenes
πΈ Per-Scene Structure
πΉ internscenes-gen β {room_type}/{scene_id}/
| File / Folder | Description |
|---|---|
composed_scene.usd |
Main scene USD |
composed_scene.glb |
GLB export |
renders/ |
top.png, egocentric.png, corner_ne.png, corner_sw.png, camera_poses.json |
StructureMesh/ |
boundary_points.json etc. |
textures/ |
Texture assets |
πΉ scenesmith β house/scene_XXX/ or room/scene_XXX/
| File / Folder | Description |
|---|---|
mujoco/usd/scene_scene_XXX.usda |
Main scene USD (MuJoCo export) |
mujoco/meshes/ |
Mesh assets |
combined_house/ |
house.dmd.yaml, house.blend |
room_*/ |
Per-room geometry and assets |
πΉ sage3d β {category}/ (e.g. 01/, 02/) {prefix}_{scene_id}/
| File / Folder | Description |
|---|---|
{id}.usda, {id}_collision.usd |
Scene USD and collision mesh |
structure.json |
Room structure (walls, doors, etc.) |
occupancy.json, occupancy.png |
Occupancy grid |
labels.json |
Semantic labels |
3dgs_compressed.ply |
3D Gaussian splatting (optional) |
πΉ interioragent β kujiale_XXXX/
| File / Folder | Description |
|---|---|
kujiale_XXXX.usda |
Main scene USD |
Meshes/ |
Per-object .usd meshes |
Materials/ |
PBR materials, textures |
rooms.json |
Room layout metadata |
*.hdr |
HDR environment map |
- Downloads last month
- 27