{ "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": { "table": { "count": 1, "instances": [ { "position": { "x coordinate": "2.51 meters", "y coordinate": "0.99 meters", "height above floor": "0.37 meters" }, "longest dimension": "3.56 meters" } ] }, "chair": { "count": 12, "instances": [ { "position": { "x coordinate": "2.28 meters", "y coordinate": "-0.53 meters", "height above floor": "0.45 meters" }, "longest dimension": "0.89 meters" }, { "position": { "x coordinate": "2.23 meters", "y coordinate": "0.08 meters", "height above floor": "0.45 meters" }, "longest dimension": "0.89 meters" }, { "position": { "x coordinate": "2.15 meters", "y coordinate": "0.62 meters", "height above floor": "0.45 meters" }, "longest dimension": "0.89 meters" }, { "position": { "x coordinate": "2.15 meters", "y coordinate": "1.2 meters", "height above floor": "0.45 meters" }, "longest dimension": "0.89 meters" }, { "position": { "x coordinate": "2.01 meters", "y coordinate": "1.7 meters", "height above floor": "0.45 meters" }, "longest dimension": "0.89 meters" }, { "position": { "x coordinate": "2.88 meters", "y coordinate": "-0.83 meters", "height above floor": "0.47 meters" }, "longest dimension": "0.93 meters" }, { "position": { "x coordinate": "3.31 meters", "y coordinate": "-0.3 meters", "height above floor": "0.47 meters" }, "longest dimension": "0.93 meters" }, { "position": { "x coordinate": "3.07 meters", "y coordinate": "0.49 meters", "height above floor": "0.47 meters" }, "longest dimension": "0.93 meters" }, { "position": { "x coordinate": "3.0 meters", "y coordinate": "1.32 meters", "height above floor": "0.47 meters" }, "longest dimension": "0.94 meters" }, { "position": { "x coordinate": "1.45 meters", "y coordinate": "-0.81 meters", "height above floor": "0.48 meters" }, "longest dimension": "0.92 meters" }, { "position": { "x coordinate": "1.54 meters", "y coordinate": "-1.3 meters", "height above floor": "0.48 meters" }, "longest dimension": "0.92 meters" }, { "position": { "x coordinate": "2.86 meters", "y coordinate": "2.54 meters", "height above floor": "0.47 meters" }, "longest dimension": "0.94 meters" } ] }, "fireplace": { "count": 1, "instances": [ { "position": { "x coordinate": "4.1 meters", "y coordinate": "1.31 meters", "height above floor": "0.65 meters" }, "longest dimension": "1.85 meters" } ] } }, "room": { "floor area": "24.9 square meters" }, "closest classes distance meters from": { "table": { "chair": { "distance": "0.0 meters", "closeness rank": 1 }, "fireplace": { "distance": "0.61 meters", "closeness rank": 2 } }, "chair": { "table": { "distance": "0.0 meters", "closeness rank": 1 }, "fireplace": { "distance": "1.23 meters", "closeness rank": 2 } }, "fireplace": { "chair": { "distance": "1.23 meters", "closeness rank": 1 }, "table": { "distance": "0.61 meters", "closeness rank": 2 } } }, "appearance order": ["table", "chair", "fireplace"] }