You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Identify which of a known set of objects might be present and provide information about their positions within the given image or a video stream.",
4
+
"subgraph_metadata": [
5
+
{
6
+
"input_tensor_metadata": [
7
+
{
8
+
"name": "image",
9
+
"description": "Input image to be detected.",
10
+
"content": {
11
+
"content_properties_type": "ImageProperties",
12
+
"content_properties": {
13
+
"color_space": "RGB"
14
+
}
15
+
},
16
+
"process_units": [
17
+
{
18
+
"options_type": "NormalizationOptions",
19
+
"options": {
20
+
"mean": [
21
+
127.5
22
+
],
23
+
"std": [
24
+
127.5
25
+
]
26
+
}
27
+
}
28
+
],
29
+
"stats": {
30
+
"max": [
31
+
255.0
32
+
],
33
+
"min": [
34
+
0.0
35
+
]
36
+
}
37
+
}
38
+
],
39
+
"output_tensor_metadata": [
40
+
{
41
+
"name": "score",
42
+
"description": "The scores of the detected boxes.",
43
+
"content": {
44
+
"content_properties_type": "FeatureProperties",
45
+
"content_properties": {
46
+
},
47
+
"range": {
48
+
"min": 2,
49
+
"max": 2
50
+
}
51
+
},
52
+
"stats": {
53
+
}
54
+
},
55
+
{
56
+
"name": "location",
57
+
"description": "The locations of the detected boxes.",
0 commit comments