From f7012b649d2ba7b7f54314f7ade3da3c86ee8a08 Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Sun, 11 Dec 2011 19:19:42 +0100 Subject: [PATCH] make example consistent with documentation --- examples/example1_labels.json | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/examples/example1_labels.json b/examples/example1_labels.json index f188928..80d4660 100644 --- a/examples/example1_labels.json +++ b/examples/example1_labels.json @@ -1,36 +1,33 @@ [ { - "class": "image", + "class": "image", + "filename": "image1.jpg", "annotations": [ { + "class": "rect", "height": 60.0, "width": 46.0, "y": 105.0, - "x": 346.0, - "class": "Face" + "x": 346.0 }, { + "class": "rect", "height": 58.0, "width": 56.0, "y": 119.0, - "x": 636.0, - "class": "Face", - "unconfirmed": "true" + "x": 636.0 } - ], - "filename": "image1.jpg" + ] }, { "class": "image", + "filename": "image2.jpg", "annotations": [ { + "class": "point", "y": 155.0, - "x": 409.0, - "class": "mouth", - "unconfirmed": "true" + "x": 409.0 } - ], - "filename": "image2.jpg", - "unlabeled": "true" + ] } ]