vernier-cli 0.0.3

Command-line driver for the vernier evaluation library
{
  "images": [
    {"id": 1, "width": 100, "height": 100, "file_name": "img1.jpg"}
  ],
  "categories": [
    {"id": 1, "name": "person"}
  ],
  "annotations": [
    {
      "id": 1,
      "image_id": 1,
      "category_id": 1,
      "bbox": [10.0, 10.0, 50.0, 50.0],
      "area": 2500.0,
      "iscrowd": 0,
      "num_keypoints": 17,
      "keypoints": [
        15.0, 15.0, 2.0, 18.0, 15.0, 2.0, 12.0, 15.0, 2.0,
        20.0, 18.0, 2.0, 10.0, 18.0, 2.0, 30.0, 25.0, 2.0,
        15.0, 25.0, 2.0, 35.0, 35.0, 2.0, 12.0, 35.0, 2.0,
        40.0, 45.0, 2.0, 10.0, 45.0, 2.0, 28.0, 45.0, 2.0,
        18.0, 45.0, 2.0, 32.0, 55.0, 2.0, 14.0, 55.0, 2.0,
        34.0, 58.0, 2.0, 16.0, 58.0, 2.0
      ]
    }
  ]
}