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.

Openvino not running on any deligates

Saket
Beginner
567 Views

I'm using openvino on raspberry pi with NCS2. 

While trying to run the c++ inference engine, I'm getting "malloc() : unsorted double linked list corrupted" runtime error and this is happening while executing the ie.LoadNetwork() method.

Also, I'm getting the below error while using python.

RuntimeError: Device with "CPU" name is not registered in the InferenceEngine.

 

Please help me out on solving this error. Thanks.

 

0 Kudos
2 Replies
Iffa_Intel
Moderator
543 Views

Greetings,


The  "malloc() : unsorted double linked list corrupted" issue is known and had been fixed in the latest update.

You may refer here:

https://github.com/openvinotoolkit/open_model_zoo/issues/1852


The issue is solved by defining armv7 instruction set for OMZ demos built natively on ARM .


Make sure you are using the latest OpenVINO version (2021.4)



Sincerely,

Iffa


0 Kudos
Iffa_Intel
Moderator
517 Views

Greetings,


Intel will no longer monitor this thread since we have provided a solution. If you need any additional information from Intel, please submit a new question



Sincerely,

Iffa


0 Kudos
Reply