panlabel 0.6.0

The universal annotation converter
Documentation
[
  {
    "image": "img001.jpg",
    "annotations": [
      {
        "label": "cat",
        "coordinates": { "x": 55.0, "y": 50.0, "width": 90.0, "height": 60.0 }
      },
      {
        "label": "dog",
        "coordinates": { "x": 300.0, "y": 200.0, "width": 120.0, "height": 80.0 }
      }
    ]
  },
  {
    "image": "img002.jpg",
    "annotations": []
  }
]