File size: 3,324 Bytes
c9161bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
 "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": {
  "ceiling light": {
   "count": 1,
   "instances": [
    {
     "position": {
      "x coordinate": "1.65 meters",
      "y coordinate": "1.56 meters",
      "height above floor": "2.34 meters"
     },
     "longest dimension": "0.07 meters"
    }
   ]
  },
  "toilet": {
   "count": 1,
   "instances": [
    {
     "position": {
      "x coordinate": "1.96 meters",
      "y coordinate": "0.64 meters",
      "height above floor": "0.29 meters"
     },
     "longest dimension": "0.71 meters"
    }
   ]
  },
  "door": {
   "count": 1,
   "instances": [
    {
     "position": {
      "x coordinate": "0.51 meters",
      "y coordinate": "0.91 meters",
      "height above floor": "1.14 meters"
     },
     "longest dimension": "2.28 meters"
    }
   ]
  }
 },
 "room": {
  "floor area": "5.3 square meters"
 },
 "closest classes distance meters from": {
  "ceiling light": {
   "door": {
    "distance": "1.04 meters",
    "closeness rank": 1
   },
   "toilet": {
    "distance": "1.89 meters",
    "closeness rank": 2
   }
  },
  "toilet": {
   "door": {
    "distance": "0.58 meters",
    "closeness rank": 1
   },
   "ceiling light": {
    "distance": "1.89 meters",
    "closeness rank": 2
   }
  },
  "door": {
   "toilet": {
    "distance": "0.58 meters",
    "closeness rank": 1
   },
   "ceiling light": {
    "distance": "1.04 meters",
    "closeness rank": 2
   }
  }
 },
 "appearance order": ["ceiling light", "toilet", "door"]
}