{ "spatial code schema": { "objects": { "": { "count": { "unit": null, "description": "number of instances of this class in the compact spatial code (that schema's per-class oriented-box list length)" }, "instances": [ { "position": { "x coordinate": { "unit": "meters", "description": "x coordinate of this instance's compact 3D oriented bounding box center" }, "y coordinate": { "unit": "meters", "description": "y coordinate of this instance's compact 3D oriented bounding box center" }, "height above floor": { "unit": "meters", "description": "height coordinate of this instance's compact 3D oriented bounding box center" } }, "longest dimension": { "unit": "meters", "description": "longest of this instance's compact 3D oriented bounding box dimensions" } } ] } }, "room": { "floor area": { "unit": "square meters", "description": "shoelace area of the compact spatial code's floor boundary polygons, with every interior hole subtracted" } }, "closest classes distance meters from": { "": { "": { "distance": { "unit": "meters", "description": "estimated distance in meters between an object of this class and an object of the other class" }, "closeness rank": { "unit": null, "description": "1 = the nearest other class to this one, 2 = second-nearest, and so on; ranked by nearest-instance proximity, so use the rank (not the distance values) to compare which class is closest" } } } }, "appearance order": { "unit": null, "description": "class names ordered by earliest compact 'first visible time' across all of that class's instances" } }, "objects": { "sofa": { "count": 1, "instances": [ { "position": { "x coordinate": "-3.04 meters", "y coordinate": "-1.46 meters", "height above floor": "0.42 meters" }, "longest dimension": "1.9 meters" } ] }, "table": { "count": 1, "instances": [ { "position": { "x coordinate": "-3.43 meters", "y coordinate": "-0.25 meters", "height above floor": "0.21 meters" }, "longest dimension": "0.56 meters" } ] }, "tv": { "count": 1, "instances": [ { "position": { "x coordinate": "-3.1 meters", "y coordinate": "1.52 meters", "height above floor": "1.0 meters" }, "longest dimension": "1.08 meters" } ] } }, "room": { "floor area": "16.2 square meters" }, "closest classes distance meters from": { "sofa": { "table": { "distance": "0.35 meters", "closeness rank": 1 }, "tv": { "distance": "2.38 meters", "closeness rank": 2 } }, "table": { "sofa": { "distance": "0.35 meters", "closeness rank": 1 }, "tv": { "distance": "1.51 meters", "closeness rank": 2 } }, "tv": { "table": { "distance": "1.51 meters", "closeness rank": 1 }, "sofa": { "distance": "2.38 meters", "closeness rank": 2 } } }, "appearance order": ["sofa", "table", "tv"] }