Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dineshelavazhagan opened this issue Nov 11, 2024 · 1 comment

Comments

@dineshelavazhagan
Copy link

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

@dtrawins
Copy link
Collaborator

As of now openvino_backend doesn't support model with a range in the input and output shapes. That is the case for model person-detection-0303. Is has on output the shapes boxes([0100],5) and labels ([0100])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants