Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenVINO with Myriad #133

Closed
VizDock opened this issue Feb 3, 2021 · 1 comment
Closed

OpenVINO with Myriad #133

VizDock opened this issue Feb 3, 2021 · 1 comment
Labels
bug Something isn't working fixed Fixed in beta version, will be part of next release to be investigated We have to investigate and will come back later
Milestone

Comments

@VizDock
Copy link

VizDock commented Feb 3, 2021

Hi
Yesterday I managed to get my hands on Intel Movidius Myriad X VPU Compute Stick 2, and decided to check how it works if in example I set OpenVINO device to myriad. Platform is Windows 10 x64.
First it didn't wanted to start OpenVINO at all, complaining that usb-ma248x.mvcmd is missing.

Then I copied usb-ma2450.mvcmd and usb-ma2x8x.mvcmd from c:\Program Files (x86)\IntelSWTools\openvino_2020.3.341\inference_engine\bin\intel64\Release\ directory to directory from where I'm running a program (because I found this link
https://github.com/openvinotoolkit/openvino/issues/1343

Then when I started example software, I heard a sound from PC like when I run the Intel example (like when you plug in USB device), and at first in console it wrote that OpenVINO is initialized, but few lines later it says it's not.
But CPU is working at half speed compared to when I run same example without stick.
Intel demo application that comes with OpenVINO toolkit executes OK without error
Could it be that I need to download specific version of openVINO toolkit?
Or if I download latest, can I replace files that you distribute with your SDK which are part of Intel's OpenVINO toolkit?

[PLUGIN_OPENVINO INFO]: OpenVINO inference engine number: 2020.3.1-3500-68236d2e44c-releases/2020/3, version: 2.1
*[COMPV INFO]: [UltAlprDetector] We have managed to create OpenVINO detector/classifier. Ignoring Tensorflow detector/classifier.
*[COMPV INFO]: [CompVSharedLib] Loaded shared lib: D:\VSprojects\example\bin\Debug\ultimatePluginOpenVINO.dll
***[PLUGIN_OPENVINO ERROR]: function: "pluginOpenVinoInferenceEngine::newInstance()"
file: "source\plugin_openvino_inference_engine.cxx"
line: "314"
message: OpenVINO error: Can not init Myriad device: NC_ERROR
*[PLUGIN_OPENVINO INFO]: ~pluginOpenVinoInferenceEngine
***[PLUGIN_OPENVINO ERROR]: function: "pluginOpenVino_Engine_new()"
file: "source\plugin_openvino_inference_engine_dll.cxx"
line: "96"
message: Failed to allocate engine
***[COMPV ERROR]: function: "ultimateAlpr::UltAlprPlugin::newObj()"
file: "source\ultimate_alpr_plugin.cxx"
line: "449"
message: Operation Failed (COMPV_ERROR_CODE_E_THIRD_PARTY_LIB) -> Failed to create OpenVINO engine
***[COMPV ERROR]: function: "ultimateAlpr::UltAlprDetector::newObj()"
file: "source\ultimate_alpr_detector.cxx"
line: "56"
message: Operation Failed (COMPV_ERROR_CODE_E_THIRD_PARTY_LIB) ->
***[COMPV ERROR]: function: "ultimateAlpr::UltAlprDetector::newObj()"
file: "source\ultimate_alpr_detector.cxx"
line: "62"
message: [UltAlprDetector] Failed to create OpenVINO detector/classifier. Fallback to Tensorflow detector/classifier.

@DoubangoTelecom DoubangoTelecom added the to be investigated We have to investigate and will come back later label Feb 3, 2021
@DoubangoTelecom DoubangoTelecom added this to the v3.4 milestone Jun 7, 2021
@DoubangoTelecom DoubangoTelecom added the bug Something isn't working label Jun 7, 2021
DoubangoTelecom added a commit that referenced this issue Aug 6, 2021
…ad VPU. This release is for Linux and Windows x86 only.
@DoubangoTelecom
Copy link
Owner

This issue is fixed. Check https://github.com/DoubangoTelecom/ultimateALPR-SDK/tree/master/samples/c%2B%2B#gpu-acceleration-openvino-myriad. Your drivers are correctly installed, just update the code and it should work. We'll close this ticket when a full release (v.3.4) is out.

@DoubangoTelecom DoubangoTelecom added the fixed Fixed in beta version, will be part of next release label Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed Fixed in beta version, will be part of next release to be investigated We have to investigate and will come back later
Projects
None yet
Development

No branches or pull requests

2 participants