File size: 1,520 Bytes
e26e560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
78
{
    "images": [
        {
            "file_name": "fake1.jpg",
            "height": 800,
            "width": 800,
            "id": 0
        },
        {
            "file_name": "fake2.jpg",
            "height": 800,
            "width": 800,
            "id": 1
        },
        {
            "file_name": "fake3.jpg",
            "height": 800,
            "width": 800,
            "id": 2
        }
    ],
    "annotations": [
        {
            "bbox": [
                0,
                0,
                20,
                20
            ],
            "area": 400.00,
            "score": 1.0,
            "category_id": 1,
            "id": 1,
            "image_id": 0
        },
        {
            "bbox": [
                0,
                0,
                20,
                20
            ],
            "area": 400.00,
            "score": 1.0,
            "category_id": 2,
            "id": 2,
            "image_id": 0
        },
        {
            "bbox": [
                0,
                0,
                20,
                20
            ],
            "area": 400.00,
            "score": 1.0,
            "category_id": 1,
            "id": 3,
            "image_id": 1
        }
    ],
    "categories": [
        {
            "id": 1,
            "name": "bus",
            "supercategory": "none"
        },
        {
            "id": 2,
            "name": "car",
            "supercategory": "none"
        }
    ],
    "licenses": [],
    "info": null
}