Part Number: TDA4VM
Hi!
Does TIDL support input reshaping through "black box"?
For example:
I have nn model with input {1, 3, 480, 640}. It is a detection model which has been trained to detect objects with area WxH pixels.
If I provide image with other W/H - does inferer reshape input for basic W/H? If it is possible - how to set it?