dda71427 commited on
Commit
e5391d6
·
verified ·
1 Parent(s): 5f96ab3

Create object_detection.json

Browse files
Files changed (1) hide show
  1. 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
+ ]