Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Dose openvino IR support multi-shape images as input ?

D__eric
Beginner
371 Views

I got an error when i was try to convert a Fully Convolutional Network without fix the input images size, so i was wondering if IR support  multi-shape images as input during inference process。

A resized image as the input is not the way i want,how can i convert a FCN like network to openvino IR?

0 Kudos
1 Solution
Roy_A_Intel
Employee
371 Views

Hi Eric

You can specify an arbitrary input size as required, then during the inferencing to work with multi-shape images, use the shape inference feature of the inference engine to work with differently-sized inputs. More on shape inference is available here  https://docs.openvinotoolkit.org/latest/_docs_IE_DG_ShapeInference.html 

Regards

Roy 

View solution in original post

0 Kudos
1 Reply
Roy_A_Intel
Employee
372 Views

Hi Eric

You can specify an arbitrary input size as required, then during the inferencing to work with multi-shape images, use the shape inference feature of the inference engine to work with differently-sized inputs. More on shape inference is available here  https://docs.openvinotoolkit.org/latest/_docs_IE_DG_ShapeInference.html 

Regards

Roy 

0 Kudos
Reply