vernier-cli 0.1.0

Command-line driver for the vernier evaluation library
1
2
3
4
5
6
7
8
9
10
11
{
  "images": [
    {"id": 1, "width": 100, "height": 100, "file_name": "img1.jpg"}
  ],
  "categories": [
    {"id": 1, "name": "obj"}
  ],
  "annotations": [
    {"id": 1, "image_id": 1, "category_id": 1, "bbox": [10.0, 10.0, 20.0, 20.0], "area": 400.0, "iscrowd": 0}
  ]
}