File size: 1,605 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 | {
"image_size": {
"width": 512,
"height": 512
},
"coordinate_system": {
"origin": "top_left",
"x_axis": "to_right",
"y_axis": "downward"
},
"objects": [
{
"id": "teal_ball",
"category": "circle",
"color_rgb": [113, 206, 188],
"position": {
"center_x": 101.84,
"center_y": 308.91
},
"bbox": {
"x_min": 78,
"y_min": 286,
"x_max": 125,
"y_max": 333,
"width": 48,
"height": 48
},
"size": {
"area_pixels": 1809,
"radius_pixels": 24.0
}
},
{
"id": "red_ball",
"category": "circle",
"color_rgb": [239, 90, 81],
"position": {
"center_x": 48.44,
"center_y": 123.73
},
"bbox": {
"x_min": 32,
"y_min": 106,
"x_max": 65,
"y_max": 141,
"width": 34,
"height": 36
},
"size": {
"area_pixels": 979,
"radius_pixels": 17.65
}
},
{
"id": "blue_ball",
"category": "circle",
"color_rgb": [32, 123, 239],
"position": {
"center_x": 204.29,
"center_y": 308.94
},
"bbox": {
"x_min": 180,
"y_min": 286,
"x_max": 227,
"y_max": 333,
"width": 48,
"height": 48
},
"size": {
"area_pixels": 1803,
"radius_pixels": 23.96
}
}
]
}
|