add test script for testing the annotationmodel with ModelTest

This commit is contained in:
Martin Baeuml
2011-06-17 14:27:46 +02:00
parent b6cb4d6bf3
commit 87fd2f04a3
6 changed files with 60 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
[
{
"type": "image",
"annotations": [
{
"height": 60.0,
"width": 46.0,
"y": 105.0,
"x": 346.0,
"type": "rect"
},
{
"height": 58.0,
"width": 56.0,
"y": 119.0,
"x": 636.0,
"type": "rect"
}
],
"filename": "image1.jpg"
},
{
"type": "image",
"annotations": [
{
"y": 155.0,
"x": 409.0,
"type": "point"
}
],
"filename": "image2.jpg"
}
]