[
    {
        "id": 1,
        "image_id": 1,
        "track_id" : 1,
        "bbox": [
            "top_left_x",
            "top_left_y",
            "width",
            "height"
        ],
        
        "score": 0.87,
        "category_id": 3
    },
    {
        "id": 2,
        "image_id": 1,
        "track_id" : 2,
        "bbox": [
            "top_left_x",
            "top_left_y",
            "width",
            "height"
        ],
        
        "score": 0.87,
        "category_id": 8
    },
    {
        "id": 3,
        "image_id": 1,
        "track_id" : 3,
        "bbox": [
            "top_left_x",
            "top_left_y",
            "width",
            "height"
        ],
        "score": 0.87,
        "category_id": 11
    },
    {
        "id": 4,
        "image_id": 2,
        "track_id" : 1,
        "bbox": [
            "top_left_x",
            "top_left_y",
            "width",
            "height"
        ],
        "score": 0.87,
        "category_id": 3
    },
    {
        "id": 5,
        "image_id": 2,
        "track_id" : 2,
        "bbox": [
            "top_left_x",
            "top_left_y",
            "width",
            "height"
        ],
        
        "score": 0.87,
        "category_id": 8
    },
    {
        "id": 6,
        "image_id": 3,
        "track_id" : 1,
        "bbox": [
            "top_left_x",
            "top_left_y",
            "width",
            "height"
        ],
        "score": 0.87,
        "category_id": 3
    },
    {
        "id": 7,
        "image_id": 3,
        "track_id" : 2,
        "bbox": [
            "top_left_x",
            "top_left_y",
            "width",
            "height"
        ], 
        "score": 0.87,
        "category_id": 8
    },
    {
        "id": 8,
        "image_id": 4,
        "track_id" : 1,
        "bbox": [
            "top_left_x",
            "top_left_y",
            "width",
            "height"
        ], 
        "score": 0.87,
        "category_id": 3
    },
    {
        "id": 9,
        "image_id": 4,
        "track_id" : 4,
        "bbox": [
            "top_left_x",
            "top_left_y",
            "width",
            "height"
        ],
        "score": 0.87,
        "category_id": 11
    },
    {
        "id": 10,
        "image_id": 5,
        "track_id" : 5,
        "bbox": [
            "top_left_x",
            "top_left_y",
            "width",
            "height"
        ],
        "score": 0.87,
        "category_id": 8
    },
    {
        "id": 11,
        "image_id": 5,
        "track_id" : 4,
        "bbox": [
            "top_left_x",
            "top_left_y",
            "width",
            "height"
        ],
        "score": 0.87,
        "category_id": 11
    }
]