Files
sloth/tests/data/example1_labels.json
T
Martin Baeuml ad05875f0b Implement a more general version of the merge command
Also, add tests for this command.

This fixes #71.
2014-04-15 23:21:05 +02:00

34 lines
709 B
JSON

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