- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page