AntonioJun's picture
Replace data with local workspace contents (part 2)
c9161bc verified
Raw
History Blame Contribute Delete
5.56 kB
{
"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": {
"sofa": {
"count": 2,
"instances": [
{
"position": {
"x coordinate": "-2.38 meters",
"y coordinate": "1.73 meters",
"height above floor": "0.46 meters"
},
"longest dimension": "1.5 meters"
},
{
"position": {
"x coordinate": "-0.83 meters",
"y coordinate": "2.87 meters",
"height above floor": "0.52 meters"
},
"longest dimension": "2.08 meters"
}
]
},
"table": {
"count": 4,
"instances": [
{
"position": {
"x coordinate": "-3.55 meters",
"y coordinate": "2.57 meters",
"height above floor": "0.23 meters"
},
"longest dimension": "0.56 meters"
},
{
"position": {
"x coordinate": "-2.36 meters",
"y coordinate": "3.26 meters",
"height above floor": "0.23 meters"
},
"longest dimension": "0.91 meters"
},
{
"position": {
"x coordinate": "0.0 meters",
"y coordinate": "2.49 meters",
"height above floor": "0.43 meters"
},
"longest dimension": "1.18 meters"
},
{
"position": {
"x coordinate": "1.06 meters",
"y coordinate": "0.91 meters",
"height above floor": "0.28 meters"
},
"longest dimension": "0.57 meters"
}
]
},
"tv": {
"count": 1,
"instances": [
{
"position": {
"x coordinate": "-3.65 meters",
"y coordinate": "2.67 meters",
"height above floor": "0.93 meters"
},
"longest dimension": "1.0 meters"
}
]
},
"chair": {
"count": 5,
"instances": [
{
"position": {
"x coordinate": "-0.08 meters",
"y coordinate": "3.06 meters",
"height above floor": "0.5 meters"
},
"longest dimension": "0.88 meters"
},
{
"position": {
"x coordinate": "0.34 meters",
"y coordinate": "2.72 meters",
"height above floor": "0.49 meters"
},
"longest dimension": "0.85 meters"
},
{
"position": {
"x coordinate": "0.32 meters",
"y coordinate": "2.32 meters",
"height above floor": "0.49 meters"
},
"longest dimension": "0.86 meters"
},
{
"position": {
"x coordinate": "-0.12 meters",
"y coordinate": "1.98 meters",
"height above floor": "0.51 meters"
},
"longest dimension": "0.89 meters"
},
{
"position": {
"x coordinate": "0.9 meters",
"y coordinate": "0.89 meters",
"height above floor": "0.32 meters"
},
"longest dimension": "0.52 meters"
}
]
}
},
"room": {
"floor area": "20.0 square meters"
},
"closest classes distance meters from": {
"sofa": {
"table": {
"distance": "0.43 meters",
"closeness rank": 1
},
"chair": {
"distance": "1.47 meters",
"closeness rank": 2
},
"tv": {
"distance": "0.5 meters",
"closeness rank": 3
}
},
"table": {
"chair": {
"distance": "2.79 meters",
"closeness rank": 1
},
"sofa": {
"distance": "0.43 meters",
"closeness rank": 2
},
"tv": {
"distance": "0.23 meters",
"closeness rank": 3
}
},
"tv": {
"table": {
"distance": "0.23 meters",
"closeness rank": 1
},
"sofa": {
"distance": "0.5 meters",
"closeness rank": 2
},
"chair": {
"distance": "3.27 meters",
"closeness rank": 3
}
},
"chair": {
"table": {
"distance": "2.79 meters",
"closeness rank": 1
},
"sofa": {
"distance": "1.47 meters",
"closeness rank": 2
},
"tv": {
"distance": "3.27 meters",
"closeness rank": 3
}
}
},
"appearance order": ["sofa", "table", "tv", "chair"]
}