File size: 6,407 Bytes
3b65786
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
{
    "image_size": {
      "width": 512,
      "height": 512
    },
    "coordinate_system": {
      "origin": "top_left",
      "x_axis": "to_right",
      "y_axis": "downward"
    },
    "objects": [
      {
        "id": "red_ball",
        "category": "circle",
        "color_rgb": [240, 78, 67],
        "position": {
          "center_x": 49.02,
          "center_y": 123.35
        },
        "bbox": {
          "x_min": 32,
          "y_min": 104,
          "x_max": 69,
          "y_max": 143,
          "width": 38,
          "height": 40
        },
        "size": {
          "area_pixels": 1164,
          "radius_pixels": 19.25
        }
      },
      {
        "id": "black_ball_1",
        "category": "circle",
        "color_rgb": [0, 0, 0],
        "position": {
          "center_x": 204.26,
          "center_y": 229.96
        },
        "bbox": {
          "x_min": 194,
          "y_min": 220,
          "x_max": 214,
          "y_max": 240,
          "width": 21,
          "height": 21
        },
        "size": {
          "area_pixels": 342,
          "radius_pixels": 10.43
        }
      },
      {
        "id": "black_ball_2",
        "category": "circle",
        "color_rgb": [0, 0, 0],
        "position": {
          "center_x": 254.87,
          "center_y": 258.79
        },
        "bbox": {
          "x_min": 245,
          "y_min": 249,
          "x_max": 265,
          "y_max": 269,
          "width": 21,
          "height": 21
        },
        "size": {
          "area_pixels": 344,
          "radius_pixels": 10.46
        }
      },
      {
        "id": "black_ball_3",
        "category": "circle",
        "color_rgb": [0, 0, 0],
        "position": {
          "center_x": 314.11,
          "center_y": 280.04
        },
        "bbox": {
          "x_min": 304,
          "y_min": 270,
          "x_max": 324,
          "y_max": 290,
          "width": 21,
          "height": 21
        },
        "size": {
          "area_pixels": 347,
          "radius_pixels": 10.51
        }
      },
      {
        "id": "black_ball_4",
        "category": "circle",
        "color_rgb": [0, 0, 0],
        "position": {
          "center_x": 415.02,
          "center_y": 297.98
        },
        "bbox": {
          "x_min": 405,
          "y_min": 288,
          "x_max": 425,
          "y_max": 308,
          "width": 21,
          "height": 21
        },
        "size": {
          "area_pixels": 348,
          "radius_pixels": 10.52
        }
      },
      {
        "id": "black_bar",
        "category": "line_segment",
        "color_rgb": [0, 0, 0],
        "position": {
          "center_x": 73.52,
          "center_y": 460.36
        },
        "bbox": {
          "x_min": 0,
          "y_min": 422,
          "x_max": 149,
          "y_max": 498,
          "width": 150,
          "height": 77
        },
        "size": {
          "area_pixels": 1684,
          "length_pixels": 163.97,
          "thickness_pixels": 10.27
        },
        "orientation": {
          "angle_deg": -24.58,
          "definition": "angle from +x axis, counter-clockwise"
        }
      },
      {
        "id": "horizontal_gray_bar",
        "category": "line_segment",
        "color_rgb": [189, 201, 209],
        "position": {
          "center_x": 176.99,
          "center_y": 308.19
        },
        "bbox": {
          "x_min": 80,
          "y_min": 297,
          "x_max": 275,
          "y_max": 318,
          "width": 196,
          "height": 22
        },
        "size": {
          "area_pixels": 1524,
          "length_pixels": 195.17,
          "thickness_pixels": 7.81
        },
        "orientation": {
          "angle_deg": 1.19,
          "definition": "angle from +x axis, counter-clockwise"
        }
      },
      {
        "id": "tilted_gray_bar",
        "category": "line_segment",
        "color_rgb": [189, 201, 208],
        "position": {
          "center_x": 187.06,
          "center_y": 306.73
        },
        "bbox": {
          "x_min": 88,
          "y_min": 249,
          "x_max": 265,
          "y_max": 359,
          "width": 178,
          "height": 111
        },
        "size": {
          "area_pixels": 1606,
          "length_pixels": 202.48,
          "thickness_pixels": 7.93
        },
        "orientation": {
          "angle_deg": 26.13,
          "definition": "angle from +x axis, counter-clockwise"
        }
      },
      {
        "id": "vertical_pillar_left",
        "category": "rectangle_bar",
        "color_rgb": [185, 200, 209],
        "position": {
          "center_x": 229.5,
          "center_y": 433.5
        },
        "bbox": {
          "x_min": 224,
          "y_min": 356,
          "x_max": 235,
          "y_max": 511,
          "width": 12,
          "height": 156
        },
        "size": {
          "area_pixels": 1546,
          "length_pixels": 156.0,
          "thickness_pixels": 12.0
        },
        "orientation": {
          "angle_deg": 90.0,
          "definition": "angle from +x axis, counter-clockwise"
        }
      },
      {
        "id": "vertical_pillar_middle",
        "category": "rectangle_bar",
        "color_rgb": [184, 200, 209],
        "position": {
          "center_x": 307.5,
          "center_y": 447.5
        },
        "bbox": {
          "x_min": 302,
          "y_min": 384,
          "x_max": 313,
          "y_max": 511,
          "width": 12,
          "height": 128
        },
        "size": {
          "area_pixels": 1536,
          "length_pixels": 128.0,
          "thickness_pixels": 12.0
        },
        "orientation": {
          "angle_deg": 90.0,
          "definition": "angle from +x axis, counter-clockwise"
        }
      },
      {
        "id": "vertical_pillar_right",
        "category": "rectangle_bar",
        "color_rgb": [185, 200, 209],
        "position": {
          "center_x": 383.0,
          "center_y": 459.0
        },
        "bbox": {
          "x_min": 377,
          "y_min": 408,
          "x_max": 391,
          "y_max": 511,
          "width": 15,
          "height": 104
        },
        "size": {
          "area_pixels": 1241,
          "length_pixels": 104.0,
          "thickness_pixels": 15.0
        },
        "orientation": {
          "angle_deg": 90.0,
          "definition": "angle from +x axis, counter-clockwise"
        }
      }
    ]
  }