Create object_detection.json
Browse files- object_detection.json +15 -0
object_detection.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"image": "images/scene_001.jpg",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"label": "cup",
|
| 7 |
+
"bbox": [120, 80, 200, 260]
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"label": "hand",
|
| 11 |
+
"bbox": [300, 150, 420, 350]
|
| 12 |
+
}
|
| 13 |
+
]
|
| 14 |
+
}
|
| 15 |
+
]
|