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.

Convert tensorflow model to openvino

M__Shubham
Beginner
465 Views

Hi ,

I am having custom tensorflow code which will create manual bounding box for store area and saves the coordinates , once any one comes to that area counter will increase , can anyone help me with how i can deploy / convert this solution to openvino?


Br,

Shubham

0 Kudos
1 Solution
JesusE_Intel
Moderator
465 Views

Hi Shubham,

Thanks for reaching out, please check that your model contains only supported layers by the OpenVINO toolkit. Have you tried using the Model Optimizer to convert the model to IR format? The IR is used for inference with the Inference Engine in the OpenVINO toolkit.

We have samples and demos available that should help you get started. 

https://docs.openvinotoolkit.org/latest/_docs_IE_DG_Samples_Overview.html

https://docs.openvinotoolkit.org/latest/_demos_README.html

Regards,

Jesus

View solution in original post

0 Kudos
1 Reply
JesusE_Intel
Moderator
466 Views

Hi Shubham,

Thanks for reaching out, please check that your model contains only supported layers by the OpenVINO toolkit. Have you tried using the Model Optimizer to convert the model to IR format? The IR is used for inference with the Inference Engine in the OpenVINO toolkit.

We have samples and demos available that should help you get started. 

https://docs.openvinotoolkit.org/latest/_docs_IE_DG_Samples_Overview.html

https://docs.openvinotoolkit.org/latest/_demos_README.html

Regards,

Jesus

0 Kudos
Reply