Spatial Intelligence Scene State Format:
- A platform-agnostic, human and machine readable 3D scene representation standard (wiki).
- A Python library for working with the Spatial Intelligence Scene State Format (
pip install sissf).
- Parse and generate scene-state files with 3D model instances and transforms
- Support for architecture definitions (rooms, walls, floors, ceilings)
- Scene graph representation for semantic and spatial relationships
- Quaternion-based rotations for accurate transformations
- Compatible with Holodeck, Objaverse, and AI2-THOR asset sources
- Geometry utilities for 3D bounding boxes, points, and transforms
# https://pypi.org/project/sissf/
pip install sissfpip install -e .
# Or install with visualization support
pip install -e ".[viz]"
# Install all optional dependencies (dev tools, visualization, examples)
pip install -e ".[all]"- Python >= 3.10
- numpy >= 1.24.0
- scipy >= 1.10.0
- visualize_scene.py - Complete Python script for trimesh visualization
- visualize_scene.ipynb - Interactive Jupyter notebook walkthrough
- visualize_scene.ipynb - Interactive Google colab walkthrough
- scene_graph_example.py - Scene graph creation, querying, and format conversion
- Scene State Format - 3D model instances and transforms
- Architecture Format - Building geometry (rooms, walls, floors, ceilings)
- Scene Graph Format - Semantic and spatial relationships between objects