File size: 2,862 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 | {
"image_size": {
"width": 512,
"height": 512
},
"coordinate_system": {
"origin": "top_left",
"x_axis": "to_right",
"y_axis": "downward"
},
"objects": [
{
"id": "gray_ball",
"category": "circle",
"color_rgb": [186, 200, 209],
"position": { "center_x": 160.46, "center_y": 176.13 },
"bbox": { "x_min": 140, "y_min": 156, "x_max": 180, "y_max": 196, "width": 41, "height": 41 },
"size": { "area_pixels": 1317, "radius_pixels": 20.47 }
},
{
"id": "red_ball",
"category": "circle",
"color_rgb": [239, 81, 70],
"position": { "center_x": 279.5, "center_y": 146.5 },
"bbox": { "x_min": 240, "y_min": 108, "x_max": 319, "y_max": 185, "width": 80, "height": 78 },
"size": { "area_pixels": 4862, "radius_pixels": 39.5 }
},
{
"id": "black_ball_1",
"category": "circle",
"color_rgb": [0, 0, 0],
"position": { "center_x": 204.24, "center_y": 229.93 },
"bbox": { "x_min": 194, "y_min": 220, "x_max": 214, "y_max": 240, "width": 21, "height": 21 },
"size": { "area_pixels": 343, "radius_pixels": 10.45 }
},
{
"id": "black_ball_2",
"category": "circle",
"color_rgb": [0, 0, 0],
"position": { "center_x": 159.92, "center_y": 263.51 },
"bbox": { "x_min": 150, "y_min": 254, "x_max": 170, "y_max": 273, "width": 21, "height": 20 },
"size": { "area_pixels": 347, "radius_pixels": 10.51 }
},
{
"id": "black_ball_3",
"category": "circle",
"color_rgb": [0, 0, 0],
"position": { "center_x": 151.47, "center_y": 288.25 },
"bbox": { "x_min": 141, "y_min": 278, "x_max": 161, "y_max": 298, "width": 21, "height": 21 },
"size": { "area_pixels": 343, "radius_pixels": 10.45 }
},
{
"id": "black_bar",
"category": "line_segment",
"color_rgb": [0, 0, 0],
"position": { "center_x": 150.79, "center_y": 308.13 },
"bbox": { "x_min": 104, "y_min": 280, "x_max": 198, "y_max": 336, "width": 95, "height": 57 },
"size": { "area_pixels": 1048, "length_pixels": 102.71, "thickness_pixels": 10.23 },
"orientation": { "angle_deg": -28.59, "definition": "angle from +x axis, counter-clockwise" }
},
{
"id": "gray_pillar",
"category": "rectangle_bar",
"color_rgb": [186, 200, 209],
"position": { "center_x": 217.5, "center_y": 460.5 },
"bbox": { "x_min": 213, "y_min": 410, "x_max": 222, "y_max": 511, "width": 10, "height": 102 },
"size": { "area_pixels": 1020, "length_pixels": 101.0, "thickness_pixels": 9.0 },
"orientation": { "angle_deg": 90.0, "definition": "angle from +x axis, counter-clockwise" }
}
]
}
|