-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathobject_detection_response.json
108 lines (108 loc) · 2.38 KB
/
object_detection_response.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"items": [
{
"label": "Furniture",
"confidence": 99.92650604248047,
"x_min": null,
"x_max": null,
"y_min": null,
"y_max": null
},
{
"label": "Living Room",
"confidence": 99.36504364013672,
"x_min": null,
"x_max": null,
"y_min": null,
"y_max": null
},
{
"label": "Room",
"confidence": 99.36504364013672,
"x_min": null,
"x_max": null,
"y_min": null,
"y_max": null
},
{
"label": "Indoors",
"confidence": 99.36504364013672,
"x_min": null,
"x_max": null,
"y_min": null,
"y_max": null
},
{
"label": "Person",
"confidence": 97.21466827392578,
"x_min": 0.6479311585426331,
"x_max": 0.8345104157924652,
"y_min": 0.46442657709121704,
"y_max": 0.8138136267662048
},
{
"label": "Human",
"confidence": 97.21466827392578,
"x_min": null,
"x_max": null,
"y_min": null,
"y_max": null
},
{
"label": "Pillow",
"confidence": 93.40451049804688,
"x_min": null,
"x_max": null,
"y_min": null,
"y_max": null
},
{
"label": "Cushion",
"confidence": 93.40451049804688,
"x_min": null,
"x_max": null,
"y_min": null,
"y_max": null
},
{
"label": "Couch",
"confidence": 92.15170288085938,
"x_min": null,
"x_max": null,
"y_min": null,
"y_max": null
},
{
"label": "Interior Design",
"confidence": 91.31050109863281,
"x_min": null,
"x_max": null,
"y_min": null,
"y_max": null
},
{
"label": "Rug",
"confidence": 82.717529296875,
"x_min": 0.3259349763393402,
"x_max": 0.7225979566574097,
"y_min": 0.561676561832428,
"y_max": 0.9896693229675293
},
{
"label": "Screen",
"confidence": 71.09355926513672,
"x_min": null,
"x_max": null,
"y_min": null,
"y_max": null
},
{
"label": "Electronics",
"confidence": 71.09355926513672,
"x_min": null,
"x_max": null,
"y_min": null,
"y_max": null
}
]
}