| { |
| "spatial code schema": { |
| "objects": { |
| "<object class>": { |
| "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": { |
| "<object class>": { |
| "<other object class>": { |
| "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": { |
| "toilet": { |
| "count": 1, |
| "instances": [ |
| { |
| "position": { |
| "x coordinate": "0.27 meters", |
| "y coordinate": "2.69 meters", |
| "height above floor": "0.37 meters" |
| }, |
| "longest dimension": "0.73 meters" |
| } |
| ] |
| }, |
| "bathtub": { |
| "count": 1, |
| "instances": [ |
| { |
| "position": { |
| "x coordinate": "-0.46 meters", |
| "y coordinate": "2.29 meters", |
| "height above floor": "0.28 meters" |
| }, |
| "longest dimension": "1.58 meters" |
| } |
| ] |
| }, |
| "refrigerator": { |
| "count": 1, |
| "instances": [ |
| { |
| "position": { |
| "x coordinate": "-0.62 meters", |
| "y coordinate": "-0.25 meters", |
| "height above floor": "0.66 meters" |
| }, |
| "longest dimension": "1.31 meters" |
| } |
| ] |
| } |
| }, |
| "room": { |
| "floor area": "7.5 square meters" |
| }, |
| "closest classes distance meters from": { |
| "toilet": { |
| "bathtub": { |
| "distance": "0.1 meters", |
| "closeness rank": 1 |
| }, |
| "refrigerator": { |
| "distance": "2.41 meters", |
| "closeness rank": 2 |
| } |
| }, |
| "bathtub": { |
| "toilet": { |
| "distance": "0.1 meters", |
| "closeness rank": 1 |
| }, |
| "refrigerator": { |
| "distance": "1.48 meters", |
| "closeness rank": 2 |
| } |
| }, |
| "refrigerator": { |
| "bathtub": { |
| "distance": "1.48 meters", |
| "closeness rank": 1 |
| }, |
| "toilet": { |
| "distance": "2.41 meters", |
| "closeness rank": 2 |
| } |
| } |
| }, |
| "appearance order": ["toilet", "bathtub", "refrigerator"] |
| } |