2023-03-01

OpenVINO library does not see Neural Compute stick 2 on Raspberry pi 4

I used this guide to install the openVINO toolkit on my Raspberry pi 4 model B. And this to perform inference on Neural Compute Stick 2.

But then when I tried to look at the available devices using the openvino library:

import openvino.inference_engine as ie
engine = ie.IECore()
print(engine.available_devices)

It shows:

['CPU'] But it also had to output 'MYRIAD'

In lsusb i see my device: Bus 001 Device 003: ID 03e7:2485 Intel Movidius MyriadX

How can I fix this?

I tried reinstalling other versions of Raspbian OS 64 bit but it didn't help



No comments:

Post a Comment