openvinotoolkit / openvinotoolkit/open_model_zoo
[Feature Request]: How to reshape output dimension in OMZ model?
Open
@eaidova is already working on this.
Since Mar 14, 2024.
enhancement
feature
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 1.4k
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 4
Description
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
How to expand output size from 100 ?
Feature Use Case
No response
Issue submission checklist
- The feature request or improvement must be related to OpenVINO
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.