Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi, I faced the same problem couple of weeks ago.. I canno't find the ticket issue right now, but latest openvino has a bug on ARM architecture, so you cannot use it at the moment. I had to switch back to the previous release compiling by myself Opencv (in order to use the 4.3.0 version, because openvino comes with 4.2.0). In addition ssd inception v2 is not supported by the myriad plugin so you can not use it with target MYRIAD, but only in CPU.. but sadly the story is not over.. Openvino support inference only on intel CPUs at the moment.. so not on raspberry ! Your only option to use ssd inception v2 is to use opencv backend in dnn module, so you don't even need openvino!