I converted my custom pytorch model into Intermediate Representation (IR), to run it in OpenVino. However, I can't find any (simple) tutorial/guide to do that. I know OpenVino has it's own build-in files to run some famous models (link). But, is there any simple guide to run IR in OpenVino?
Asked
Active
Viewed 194 times
1 Answers
0
You may refer to the link below for the step-by-step guide on integration steps:

Rommel_Intel
- 1,369
- 1
- 4
- 8
-
Thanks, but is there any python guide? – Scott Mar 16 '21 at 07:59
-
This step-by-step guide on integration steps only available in C++. However, you can refer to the python samples.https://github.com/openvinotoolkit/openvino/tree/master/inference-engine/ie_bridges/python/sample – Rommel_Intel Mar 17 '21 at 03:47