panlabel 0.7.0

The universal annotation converter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "version": "1.0",
  "type": "localization",
  "labels": ["person", "car"],
  "annotations": {
    "img1.bmp": [
      { "x": 0.1, "y": 0.25, "x2": 0.5, "y2": 0.875, "label": "person" }
    ],
    "img2.bmp": [
      { "x": 0.2, "y": 0.1, "x2": 0.6, "y2": 0.5, "label": "car" }
    ]
  }
}