{ "spatial code schema": { "objects": { "": [ { "3D oriented bounding box": { "3D oriented bounding box center coordinates": { "components": [ "x", "y", "height above floor" ], "unit": "meters", "description": "center of the 3D oriented bounding box in the shared room coordinate system" }, "3D oriented bounding box dimensions": { "components": [ "dimension 1", "dimension 2", "dimension 3" ], "unit": "meters", "description": "full lengths of the 3D oriented bounding box along the corresponding orientation unit vectors" }, "3D oriented bounding box orientation unit vectors": { "components": [ [ "x", "y", "height" ], [ "x", "y", "height" ], [ "x", "y", "height" ] ], "unit": null, "description": "three perpendicular directions corresponding in order to the three 3D oriented bounding box dimensions" } }, "first visible time": { "unit": "seconds", "description": "earliest time at which this object instance is visibly observed" } } ] }, "room": { "floor boundary polygons": [ { "outer boundary coordinates": { "components": [ [ "x", "y" ], [ "x", "y" ] ], "unit": "meters", "description": "ordered vertices enclosing one floor region" }, "interior hole boundary coordinates": { "components": [ [ [ "x", "y" ], [ "x", "y" ] ] ], "unit": "meters", "description": "ordered boundaries enclosing regions excluded from the floor area" } } ] } }, "objects": { "sofa": [ { "3D oriented bounding box": { "3D oriented bounding box center coordinates": [ -2.21, 0.62, 0.36 ], "3D oriented bounding box dimensions": [ 0.91, 1.81, 0.68 ], "3D oriented bounding box orientation unit vectors": [ [ -0.02, 1.0, 0.0 ], [ -1.0, -0.02, 0.0 ], [ 0.0, 0.0, 1.0 ] ] }, "first visible time": null } ], "table": [ { "3D oriented bounding box": { "3D oriented bounding box center coordinates": [ -0.41, 3.0, 0.39 ], "3D oriented bounding box dimensions": [ 1.06, 1.07, 0.77 ], "3D oriented bounding box orientation unit vectors": [ [ 1.0, 0.04, 0.0 ], [ -0.04, 1.0, 0.02 ], [ 0.0, -0.02, 1.0 ] ] }, "first visible time": null } ], "chair": [ { "3D oriented bounding box": { "3D oriented bounding box center coordinates": [ 0.09, 3.65, 0.43 ], "3D oriented bounding box dimensions": [ 0.49, 0.47, 0.82 ], "3D oriented bounding box orientation unit vectors": [ [ -1.0, -0.09, 0.0 ], [ 0.09, -1.0, -0.02 ], [ 0.0, -0.02, 1.0 ] ] }, "first visible time": null } ], "fireplace": [ { "3D oriented bounding box": { "3D oriented bounding box center coordinates": [ -3.65, 1.66, 0.69 ], "3D oriented bounding box dimensions": [ 0.24, 1.61, 1.3 ], "3D oriented bounding box orientation unit vectors": [ [ 1.0, 0.03, 0.0 ], [ -0.03, 1.0, 0.0 ], [ 0.0, 0.0, 1.0 ] ] }, "first visible time": null } ] }, "room": { "floor boundary polygons": [ { "outer boundary coordinates": [ [ -3.99, 0.06 ], [ 0.63, 0.06 ], [ 0.63, 4.69 ], [ -3.99, 4.69 ] ], "interior hole boundary coordinates": [] } ] } }