File size: 1,611 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": "red_ball",
        "category": "circle",
        "color_rgb": [240, 78, 67],
        "position": {
          "center_x": 280.04,
          "center_y": 147.27
        },
        "bbox": {
          "x_min": 240,
          "y_min": 102,
          "x_max": 320,
          "y_max": 191,
          "width": 81,
          "height": 90
        },
        "size": {
          "area_pixels": 6275,
          "radius_pixels": 44.69
        }
      },
      {
        "id": "blue_ball",
        "category": "circle",
        "color_rgb": [22, 118, 241],
        "position": {
          "center_x": 383.73,
          "center_y": 380.64
        },
        "bbox": {
          "x_min": 351,
          "y_min": 342,
          "x_max": 416,
          "y_max": 415,
          "width": 66,
          "height": 74
        },
        "size": {
          "area_pixels": 4177,
          "radius_pixels": 36.46
        }
      },
      {
        "id": "teal_ball",
        "category": "circle",
        "color_rgb": [107, 206, 187],
        "position": {
          "center_x": 179.92,
          "center_y": 395.58
        },
        "bbox": {
          "x_min": 160,
          "y_min": 374,
          "x_max": 201,
          "y_max": 415,
          "width": 42,
          "height": 42
        },
        "size": {
          "area_pixels": 1428,
          "radius_pixels": 21.32
        }
      }
    ]
  }