File size: 3,711 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
{
    "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": [237, 79, 70],
        "position": {
          "center_x": 149.54,
          "center_y": 240.48
        },
        "bbox": {
          "x_min": 136,
          "y_min": 227,
          "x_max": 163,
          "y_max": 254,
          "width": 28,
          "height": 28
        },
        "size": {
          "area_pixels": 616,
          "radius_pixels": 14.0
        }
      },
      {
        "id": "gray_ball",
        "category": "circle",
        "color_rgb": [187, 202, 209],
        "position": {
          "center_x": 176.72,
          "center_y": 235.77
        },
        "bbox": {
          "x_min": 160,
          "y_min": 219,
          "x_max": 193,
          "y_max": 253,
          "width": 34,
          "height": 35
        },
        "size": {
          "area_pixels": 913,
          "radius_pixels": 17.05
        }
      },
      {
        "id": "tilted_gray_bar_diagonal",
        "category": "line_segment",
        "color_rgb": [191, 202, 209],
        "position": {
          "center_x": 219.85,
          "center_y": 266.35
        },
        "bbox": {
          "x_min": 170,
          "y_min": 194,
          "x_max": 270,
          "y_max": 341,
          "width": 101,
          "height": 148
        },
        "size": {
          "area_pixels": 1191,
          "length_pixels": 176.13,
          "thickness_pixels": 6.76
        },
        "orientation": {
          "angle_deg": -55.84,
          "definition": "angle from +x axis, counter-clockwise"
        }
      },
      {
        "id": "tilted_gray_bar_vertical",
        "category": "line_segment",
        "color_rgb": [189, 201, 208],
        "position": {
          "center_x": 220.88,
          "center_y": 269.5
        },
        "bbox": {
          "x_min": 204,
          "y_min": 181,
          "x_max": 236,
          "y_max": 354,
          "width": 33,
          "height": 174
        },
        "size": {
          "area_pixels": 1214,
          "length_pixels": 175.85,
          "thickness_pixels": 6.9
        },
        "orientation": {
          "angle_deg": -81.25,
          "definition": "angle from +x axis, counter-clockwise"
        }
      },
      {
        "id": "tilted_gray_u",
        "category": "u_shape",
        "color_rgb": [188, 200, 206],
        "position": {
          "center_x": 295.32,
          "center_y": 171.78
        },
        "bbox": {
          "x_min": 243,
          "y_min": 114,
          "x_max": 335,
          "y_max": 214,
          "width": 93,
          "height": 101
        },
        "size": {
          "area_pixels": 1852,
          "stroke_thickness_pixels": 8.4
        },
        "orientation": {
          "angle_deg": -60.95,
          "definition": "angle from +x axis, counter-clockwise"
        }
      },
      {
        "id": "vertical_pillar",
        "category": "rectangle_bar",
        "color_rgb": [184, 200, 208],
        "position": {
          "center_x": 302.0,
          "center_y": 460.5
        },
        "bbox": {
          "x_min": 297,
          "y_min": 410,
          "x_max": 307,
          "y_max": 511,
          "width": 11,
          "height": 102
        },
        "size": {
          "area_pixels": 1122,
          "length_pixels": 102.0,
          "thickness_pixels": 11.0
        },
        "orientation": {
          "angle_deg": 90.0,
          "definition": "angle from +x axis, counter-clockwise"
        }
      }
    ]
  }