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.

Does ncsdk support aarch64/arm64?

idata
Employee
551 Views

The install.sh script use /opt/movidius/NCSDK/ncsdk-$(eval uname -m) as library,

 

my hardware is aarch64(which I think is arm64), but the there are only "ncsdk-x86_64" and "ncsdk-armv7l" listed in the install dir.

 

I've tried change to Used armv7l instead and python throws "libmvnc.so: Wrong ELF class: ELSCLASS32", which is expected because armv7 is 32 and my arch is arm64

 

Anything I missed? Or movidius sdk not support aarch64

0 Kudos
2 Replies
idata
Employee
368 Views

I'm here to answer my problem.

 

Fixed it by build from src/api , not install.sh

0 Kudos
idata
Employee
368 Views

@chenxiaoyu3 How you fix it?

 

I have the same problem

0 Kudos
Reply