File size: 196 Bytes
7861a07
 
 
 
 
 
3507e8a
7861a07
 
 
 
 
 
3507e8a
7861a07
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
platform: "onnxruntime_onnx"
max_batch_size: 8
input [
{
  name: "images"
  data_type: TYPE_FP32
  dims: [3,640,640 ]
}
]
output [
{
  name: "output0"
  data_type: TYPE_FP32
  dims: [ -1, -1]
}
]