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.

Myriad X in Python under Windows

Persa__Stelian
Beginner
444 Views

Hi,

How I can use Myriad X to do Inference in Python 3.6 under Windows 10? I have installed OpenVINO 2018.5. How I can do something similar like this?:

from mvc import mvncapi as mvnc

Thank you

0 Kudos
1 Reply
Monique_J_Intel
Employee
444 Views

Hi Stelian,

If you take navigate to the C:\Intel\computer_vision_sdk_2018.5.445\deployment_tools\inference_engine\samples\python_samples directory and take a look at classification sample for instance that will show you how to include the proper libraries in your application and to target myriad X. Note: With any of the python samples you can target Myriad X by typing the command with -d MYRIAD.

Kind Regards,

Monique Jones

0 Kudos
Reply