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.

Python Benchmark_app VS C++ Benchmark_app

Hasan__Orik
Beginner
523 Views

Hi Intel team,

I am trying to run my model with 4 MYRIAD-X and can run it successfully via C++ benchmark_app(because benchmark_app -h command gives me the list of devices):

  • benchmark_app -i C:\Gallery\image.jpg -m C:\Users\user\Development\models\my_model\FP16\model.xml  -d MULTI:MYRIAD-2.5,MYRIAD-2.6,MYRIAD-2.7, MYRIAD-2.8

However, I am unable to run the same test with python benchmark_app.py script (because it does not give any device name, so I can only use 1 MYRIAD-X in MULTI command):

  • python benchmark_app.py -i C:\Gallery\image.jpg -m C:\Users\user\Development\models\my_model\FP16\model.xml -d MULTI:MYRIAD

Directory of benchmark_app.py is  C:\Program Files (x86)\IntelSWTools\openvino\deployment_tools\tools\benchmark_tool.

Could you please give me information how I can get MYRIAD-X device names to parse in benchmark.py?

 

Thank you in advance.

 

0 Kudos
1 Reply
Sahira_Intel
Moderator
523 Views

Hi Orik,

You can also see the device ID's using the hello_query_device application located in the samples directory. Here is more information about using the MULTI plugin with the Neural Compute Sticks. 

Please let me know if you have any further questions.

Best Regards,

Sahira 

0 Kudos
Reply