Skip to content

ERROR: Failed to create instance: openvino error in retrieving original shapes from output boxes : get_shape was called on a descriptor::Tensor with dynamic shape #84

@dineshelavazhagan

Description

@dineshelavazhagan

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"
}
}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions