File size: 1,291 Bytes
461506f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "images": [
        {
            "id": 2,
            "file_name": "Ball_example_20250620165630468.png",
            "width": 700,
            "height": 240
        },
        {
            "id": 8,
            "file_name": "Ball_example_20250620165631368.png",
            "width": 700,
            "height": 240
        }
    ],
    "annotations": [
        {
            "id": 2,
            "image_id": 2,
            "category_id": 4,
            "bbox": [
                299,
                166,
                42,
                63
            ],
            "area": 2646,
            "iscrowd": 0
        },
        {
            "id": 8,
            "image_id": 8,
            "category_id": 4,
            "bbox": [
                338,
                153,
                28,
                44
            ],
            "area": 1232,
            "iscrowd": 0
        }
    ],
    "categories": [
        {
            "id": 0,
            "name": "Buoy"
        },
        {
            "id": 1,
            "name": "GuardBoat"
        },
        {
            "id": 2,
            "name": "RedBall"
        },
        {
            "id": 3,
            "name": "YellowBall"
        },
        {
            "id": 4,
            "name": "GreenBall"
        }
    ]
}