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.

Error on OpenVino

Moorziq
Beginner
404 Views

terminate called after throwing an instance of 'InferenceEngine::details::InferenceEngineException'
what(): Cannot create MVN layer 1655 id:876

 

This error happens when i launched script from this instruction https://docs.openvino.ai/2020.2/_docs_install_guides_installing_openvino_raspbian.html

 

0 Kudos
2 Replies
Peh_Intel
Moderator
380 Views

Hi Moorziq,


Thanks for reaching out to us.


I also faced issue when running the object_detection_sample_ssd sample with OpenVINO™ 2020.2.120. By right, the version of the Intermediate Representation (IR) model should match the OpenVINO version. However, as a workaround, you can use 2019 R1 models to run the object_detection_sample_ssd sample with OpenVINO™ 2020.2.120.


To download the .bin file with weights:

wget --no-check-certificate https://download.01.org/opencv/2019/open_model_zoo/R1/models_bin/face-detection-adas-0001/FP16/ face-detection-adas-0001.bin


To download the .xml file with the network topology:

wget --no-check-certificate https://download.01.org/opencv/2019/open_model_zoo/R1/models_bin/face-detection-adas-0001/FP16/ face-detection-adas-0001.xml


On a separate note, I would suggest you upgrade OpenVINO™ version to 2020.4.287 or even later versions.


I’ve validated that the sample can be executed with its respective IR version on OpenVINO™ 2020.4.287.


Models for the 2020.4.287 release of OpenVINO™  are available at:

https://download.01.org/opencv/2020/openvinotoolkit/2020.4/open_model_zoo/models_bin/3/


Models for the 2021.2 and later release of OpenVINO™ are available at:

https://storage.openvinotoolkit.org/repositories/open_model_zoo



Regards,

Peh


0 Kudos
Peh_Intel
Moderator
353 Views

Hi Moorziq,


This thread will no longer be monitored since we have provided suggestions. If you need any additional information from Intel, please submit a new question. 



Regards,

Peh


0 Kudos
Reply