| { |
| "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": { |
| "washer": { |
| "count": 1, |
| "instances": [ |
| { |
| "position": { |
| "x coordinate": "-3.14 meters", |
| "y coordinate": "1.8 meters", |
| "height above floor": "0.5 meters" |
| }, |
| "longest dimension": "0.9 meters" |
| } |
| ] |
| }, |
| "refrigerator": { |
| "count": 1, |
| "instances": [ |
| { |
| "position": { |
| "x coordinate": "-2.86 meters", |
| "y coordinate": "2.35 meters", |
| "height above floor": "0.89 meters" |
| }, |
| "longest dimension": "1.7 meters" |
| } |
| ] |
| }, |
| "table": { |
| "count": 3, |
| "instances": [ |
| { |
| "position": { |
| "x coordinate": "-1.35 meters", |
| "y coordinate": "0.69 meters", |
| "height above floor": "0.43 meters" |
| }, |
| "longest dimension": "0.94 meters" |
| }, |
| { |
| "position": { |
| "x coordinate": "2.16 meters", |
| "y coordinate": "-1.79 meters", |
| "height above floor": "0.2 meters" |
| }, |
| "longest dimension": "0.61 meters" |
| }, |
| { |
| "position": { |
| "x coordinate": "-3.55 meters", |
| "y coordinate": "-2.57 meters", |
| "height above floor": "0.49 meters" |
| }, |
| "longest dimension": "1.02 meters" |
| } |
| ] |
| }, |
| "chair": { |
| "count": 4, |
| "instances": [ |
| { |
| "position": { |
| "x coordinate": "-1.68 meters", |
| "y coordinate": "0.92 meters", |
| "height above floor": "0.61 meters" |
| }, |
| "longest dimension": "1.1 meters" |
| }, |
| { |
| "position": { |
| "x coordinate": "-1.6 meters", |
| "y coordinate": "0.23 meters", |
| "height above floor": "0.6 meters" |
| }, |
| "longest dimension": "1.08 meters" |
| }, |
| { |
| "position": { |
| "x coordinate": "-0.99 meters", |
| "y coordinate": "0.55 meters", |
| "height above floor": "0.6 meters" |
| }, |
| "longest dimension": "1.09 meters" |
| }, |
| { |
| "position": { |
| "x coordinate": "-1.12 meters", |
| "y coordinate": "1.21 meters", |
| "height above floor": "0.59 meters" |
| }, |
| "longest dimension": "1.07 meters" |
| } |
| ] |
| }, |
| "sofa": { |
| "count": 2, |
| "instances": [ |
| { |
| "position": { |
| "x coordinate": "-0.3 meters", |
| "y coordinate": "-0.71 meters", |
| "height above floor": "0.27 meters" |
| }, |
| "longest dimension": "0.76 meters" |
| }, |
| { |
| "position": { |
| "x coordinate": "-0.11 meters", |
| "y coordinate": "-1.73 meters", |
| "height above floor": "0.49 meters" |
| }, |
| "longest dimension": "2.46 meters" |
| } |
| ] |
| }, |
| "tv": { |
| "count": 1, |
| "instances": [ |
| { |
| "position": { |
| "x coordinate": "1.15 meters", |
| "y coordinate": "0.26 meters", |
| "height above floor": "1.04 meters" |
| }, |
| "longest dimension": "1.19 meters" |
| } |
| ] |
| } |
| }, |
| "room": { |
| "floor area": "34.0 square meters" |
| }, |
| "closest classes distance meters from": { |
| "washer": { |
| "refrigerator": { |
| "distance": "0.01 meters", |
| "closeness rank": 1 |
| }, |
| "chair": { |
| "distance": "1.1 meters", |
| "closeness rank": 2 |
| }, |
| "table": { |
| "distance": "1.27 meters", |
| "closeness rank": 3 |
| }, |
| "sofa": { |
| "distance": "2.97 meters", |
| "closeness rank": 4 |
| }, |
| "tv": { |
| "distance": "3.57 meters", |
| "closeness rank": 5 |
| } |
| }, |
| "refrigerator": { |
| "washer": { |
| "distance": "0.01 meters", |
| "closeness rank": 1 |
| }, |
| "chair": { |
| "distance": "1.14 meters", |
| "closeness rank": 2 |
| }, |
| "table": { |
| "distance": "1.29 meters", |
| "closeness rank": 3 |
| }, |
| "sofa": { |
| "distance": "3.12 meters", |
| "closeness rank": 4 |
| }, |
| "tv": { |
| "distance": "3.58 meters", |
| "closeness rank": 5 |
| } |
| }, |
| "table": { |
| "chair": { |
| "distance": "0.0 meters", |
| "closeness rank": 1 |
| }, |
| "sofa": { |
| "distance": "0.91 meters", |
| "closeness rank": 2 |
| }, |
| "washer": { |
| "distance": "1.27 meters", |
| "closeness rank": 3 |
| }, |
| "refrigerator": { |
| "distance": "1.29 meters", |
| "closeness rank": 4 |
| }, |
| "tv": { |
| "distance": "1.54 meters", |
| "closeness rank": 5 |
| } |
| }, |
| "chair": { |
| "table": { |
| "distance": "0.0 meters", |
| "closeness rank": 1 |
| }, |
| "sofa": { |
| "distance": "1.23 meters", |
| "closeness rank": 2 |
| }, |
| "washer": { |
| "distance": "1.1 meters", |
| "closeness rank": 3 |
| }, |
| "refrigerator": { |
| "distance": "1.14 meters", |
| "closeness rank": 4 |
| }, |
| "tv": { |
| "distance": "1.79 meters", |
| "closeness rank": 5 |
| } |
| }, |
| "sofa": { |
| "table": { |
| "distance": "0.91 meters", |
| "closeness rank": 1 |
| }, |
| "chair": { |
| "distance": "1.23 meters", |
| "closeness rank": 2 |
| }, |
| "tv": { |
| "distance": "1.3 meters", |
| "closeness rank": 3 |
| }, |
| "washer": { |
| "distance": "2.97 meters", |
| "closeness rank": 4 |
| }, |
| "refrigerator": { |
| "distance": "3.12 meters", |
| "closeness rank": 5 |
| } |
| }, |
| "tv": { |
| "chair": { |
| "distance": "1.79 meters", |
| "closeness rank": 1 |
| }, |
| "sofa": { |
| "distance": "1.3 meters", |
| "closeness rank": 2 |
| }, |
| "table": { |
| "distance": "1.54 meters", |
| "closeness rank": 3 |
| }, |
| "washer": { |
| "distance": "3.57 meters", |
| "closeness rank": 4 |
| }, |
| "refrigerator": { |
| "distance": "3.58 meters", |
| "closeness rank": 5 |
| } |
| } |
| }, |
| "appearance order": ["washer", "refrigerator", "table", "chair", "sofa", "tv"] |
| } |