Skip to content

✨[Feature] Custom input tensors #2323

@Fleyderer

Description

@Fleyderer

Is your feature request related to a problem? Please describe.
Problem is that models sometimes need special inputs (for example boxes, where first points coordinates (TL) is less than second (BR)), but now there are only random values from 0 to 1, so model cannot be converted.

Describe the solution you'd like
I would like to have ability to pass own tensors, which will be used while compiling. For example, for dynamic_shapes I could pass min-opt-max shapes and my own tensors at the same time.

Describe alternatives you've considered
No any. I've tried to change some source code, but as I can see, final input is made in C++, not in Python, so I can't change it.

Additional context

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions