Files
sloth/examples/example1_labels.json
T
2011-06-29 14:47:31 +02:00

34 lines
709 B
JSON

[
{
"type": "image",
"annotations": [
{
"height": 60.0,
"width": 46.0,
"y": 105.0,
"x": 346.0,
"class": "Face"
},
{
"height": 58.0,
"width": 56.0,
"y": 119.0,
"x": 636.0,
"class": "Face"
}
],
"filename": "image1.jpg"
},
{
"type": "image",
"annotations": [
{
"y": 155.0,
"x": 409.0,
"class": "mouth"
}
],
"filename": "image2.jpg"
}
]