tried to load openvino public model - person-detection-0303
with config
name: "person-detection-0303"
backend: "openvino"
max_batch_size: 0
input [
{
name: "image"
data_type: TYPE_FP32
dims: [ 1, 3, 720,1280]
}
]
output [
{
name: "boxes"
data_type: TYPE_FP32
dims: [ 100,5]
}
]
instance_group [
{
count: 1
kind: KIND_CPU
}
]
parameters: [
{
key: "NUM_STREAMS"
value: {
string_value: "1"
}
},
{
key: "RESHAPE_IO_LAYERS"
value: {
string_value:"yes"
}
},
{
key: "SKIP_OV_DYNAMIC_BATCHSIZE"
value: {
string_value:"yes"
}
},
{
key: "PERFORMANCE_HINT"
value: {
string_value: "LATENCY"
}
}
]