File size: 1,603 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": [106, 205, 186],
        "position": {
          "center_x": 50.69,
          "center_y": 148.22
        },
        "bbox": {
          "x_min": 20,
          "y_min": 117,
          "x_max": 81,
          "y_max": 179,
          "width": 62,
          "height": 63
        },
        "size": {
          "area_pixels": 2993,
          "radius_pixels": 30.87
        }
      },
      {
        "id": "red_ball",
        "category": "circle",
        "color_rgb": [240, 78, 67],
        "position": {
          "center_x": 112.45,
          "center_y": 67.43
        },
        "bbox": {
          "x_min": 98,
          "y_min": 52,
          "x_max": 127,
          "y_max": 83,
          "width": 30,
          "height": 32
        },
        "size": {
          "area_pixels": 771,
          "radius_pixels": 15.67
        }
      },
      {
        "id": "blue_ball",
        "category": "circle",
        "color_rgb": [22, 118, 241],
        "position": {
          "center_x": 229.99,
          "center_y": 148.20
        },
        "bbox": {
          "x_min": 200,
          "y_min": 117,
          "x_max": 261,
          "y_max": 179,
          "width": 62,
          "height": 63
        },
        "size": {
          "area_pixels": 3018,
          "radius_pixels": 30.99
        }
      }
    ]
  }