File size: 336 Bytes
948d40c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
name: "od_postprocess"
backend: "python"

input [
    { 
        name: "model_output" 
        data_type: TYPE_FP32 
        dims: [1, 22, 18900] 
    }
]

output [
    { 
        name: "detections" 
        data_type: TYPE_FP32 
        dims: [1, -1, 4] 
    }
]

instance_group [
    {
        count: 1
        kind: KIND_CPU
    }
]