File size: 3,704 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
{
    "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, 68],
        "position": {
          "center_x": 279.48,
          "center_y": 146.55
        },
        "bbox": {
          "x_min": 241,
          "y_min": 108,
          "x_max": 317,
          "y_max": 185,
          "width": 77,
          "height": 78
        },
        "size": {
          "area_pixels": 4711,
          "radius_pixels": 38.72
        }
      },
      {
        "id": "gray_ball",
        "category": "circle",
        "color_rgb": [186, 201, 209],
        "position": {
          "center_x": 225.75,
          "center_y": 194.69
        },
        "bbox": {
          "x_min": 209,
          "y_min": 178,
          "x_max": 243,
          "y_max": 212,
          "width": 35,
          "height": 35
        },
        "size": {
          "area_pixels": 963,
          "radius_pixels": 17.51
        }
      },
      {
        "id": "gray_bar_1",
        "category": "line_segment",
        "color_rgb": [189, 201, 207],
        "position": {
          "center_x": 291.06,
          "center_y": 330.52
        },
        "bbox": {
          "x_min": 246,
          "y_min": 282,
          "x_max": 331,
          "y_max": 374,
          "width": 86,
          "height": 93
        },
        "size": {
          "area_pixels": 772,
          "length_pixels": 120.51,
          "thickness_pixels": 9.21
        },
        "orientation": {
          "angle_deg": -47.37,
          "definition": "angle from +x axis, counter-clockwise"
        }
      },
      {
        "id": "gray_bar_2",
        "category": "line_segment",
        "color_rgb": [189, 200, 206],
        "position": {
          "center_x": 285.51,
          "center_y": 326.55
        },
        "bbox": {
          "x_min": 232,
          "y_min": 303,
          "x_max": 345,
          "y_max": 354,
          "width": 114,
          "height": 52
        },
        "size": {
          "area_pixels": 769,
          "length_pixels": 120.78,
          "thickness_pixels": 9.89
        },
        "orientation": {
          "angle_deg": -22.77,
          "definition": "angle from +x axis, counter-clockwise"
        }
      },
      {
        "id": "black_bar",
        "category": "line_segment",
        "color_rgb": [0, 0, 0],
        "position": {
          "center_x": 85.76,
          "center_y": 418.49
        },
        "bbox": {
          "x_min": 13,
          "y_min": 404,
          "x_max": 158,
          "y_max": 432,
          "width": 146,
          "height": 29
        },
        "size": {
          "area_pixels": 1486,
          "length_pixels": 145.98,
          "thickness_pixels": 9.71
        },
        "orientation": {
          "angle_deg": -7.42,
          "definition": "angle from +x axis, counter-clockwise"
        }
      },
      {
        "id": "vertical_pillar",
        "category": "rectangle_bar",
        "color_rgb": [184, 200, 209],
        "position": {
          "center_x": 306.5,
          "center_y": 460.5
        },
        "bbox": {
          "x_min": 302,
          "y_min": 410,
          "x_max": 311,
          "y_max": 511,
          "width": 10,
          "height": 102
        },
        "size": {
          "area_pixels": 1020,
          "length_pixels": 102.0,
          "thickness_pixels": 10.0
        },
        "orientation": {
          "angle_deg": 90.0,
          "definition": "angle from +x axis, counter-clockwise"
        }
      }
    ]
  }