{
  "info": {
    "description": "Novus Wave F warehouse scene",
    "version": "1.0"
  },
  "images": [
    {
      "id": 1,
      "file_name": "warehouse-scene.png",
      "width": 320,
      "height": 240
    }
  ],
  "categories": [
    {
      "id": 1,
      "name": "box"
    },
    {
      "id": 2,
      "name": "pallet"
    },
    {
      "id": 3,
      "name": "forklift"
    }
  ],
  "annotations": [
    {
      "id": 1,
      "image_id": 1,
      "category_id": 1,
      "bbox": [
        40,
        80,
        60,
        50
      ],
      "area": 3000,
      "iscrowd": 0,
      "segmentation": [
        [
          40,
          80,
          100,
          80,
          100,
          130,
          40,
          130
        ]
      ]
    },
    {
      "id": 2,
      "image_id": 1,
      "category_id": 2,
      "bbox": [
        140,
        100,
        80,
        70
      ],
      "area": 5600,
      "iscrowd": 0,
      "segmentation": [
        [
          140,
          100,
          220,
          100,
          220,
          170,
          140,
          170
        ]
      ]
    },
    {
      "id": 3,
      "image_id": 1,
      "category_id": 3,
      "bbox": [
        240,
        90,
        70,
        90
      ],
      "area": 6300,
      "iscrowd": 0,
      "segmentation": [
        [
          240,
          90,
          310,
          90,
          310,
          180,
          240,
          180
        ]
      ]
    }
  ]
}
