{
  "info": {
    "description": "Novus Wave F retail scene",
    "version": "1.0"
  },
  "images": [
    {
      "id": 1,
      "file_name": "retail-scene.png",
      "width": 320,
      "height": 240
    }
  ],
  "categories": [
    {
      "id": 1,
      "name": "shelf"
    },
    {
      "id": 2,
      "name": "product"
    },
    {
      "id": 3,
      "name": "cart"
    }
  ],
  "annotations": [
    {
      "id": 1,
      "image_id": 1,
      "category_id": 1,
      "bbox": [
        20,
        40,
        100,
        120
      ],
      "area": 12000,
      "iscrowd": 0,
      "segmentation": [
        [
          20,
          40,
          120,
          40,
          120,
          160,
          20,
          160
        ]
      ]
    },
    {
      "id": 2,
      "image_id": 1,
      "category_id": 2,
      "bbox": [
        150,
        130,
        40,
        40
      ],
      "area": 1600,
      "iscrowd": 0,
      "segmentation": [
        [
          150,
          130,
          190,
          130,
          190,
          170,
          150,
          170
        ]
      ]
    },
    {
      "id": 3,
      "image_id": 1,
      "category_id": 3,
      "bbox": [
        230,
        150,
        60,
        50
      ],
      "area": 3000,
      "iscrowd": 0,
      "segmentation": [
        [
          230,
          150,
          290,
          150,
          290,
          200,
          230,
          200
        ]
      ]
    }
  ]
}
