open_model_zoo icon indicating copy to clipboard operation
open_model_zoo copied to clipboard

[Feature Request]: How to reshape output dimension in OMZ model?

Open sobassy opened this issue 1 year ago • 1 comments

Request Description

I know how to reshape input shape,

model.reshape([1, 3, 1024, 1024])

But, when I use open model zoo model person-detection-0301, this model's output max size is 100. https://docs.openvino.ai/2023.3/omz_models_model_person_detection_0301.html

image

How to expand output size from 100 ?

Feature Use Case

No response

Issue submission checklist

  • [X] The feature request or improvement must be related to OpenVINO

sobassy avatar Mar 14 '24 07:03 sobassy