Questions tagged [intel-myriadx]
5 questions
1
vote
1 answer
Building Openvino for Android using Cmake
I tried to build openvino for Android devices (arm64) using Cmake, to do that I followed the following steps:
Operating system: Ubuntu 20
1 - I installed OpenJDK 8 using:
sudo apt-get install -y openjdk-8-jdk
2 - I downloaded the android NDK for…

Abdelmalek Djamaa
- 11
- 3
1
vote
2 answers
How to deploy OpenVINO IR model to Intel Movidius Myriadx VPU
I searched a while and could not find any documents about deploying the OpenVINO IR model directly to Intel's MyriadX VPU.
My understanding is they both come from Intel, there should be a way to do this.
What can I try in order to solve this?

Franva
- 6,565
- 23
- 79
- 144
0
votes
1 answer
How to set up Raspberry Pi Buster and Intel NCS2 and OpenVINO with OpenCV trackers
Is there a definitive set of instructions to implement OpenCV trackers with OpenVINO and the now-obsolete NCS2 on a RPi 4b - Buster?
My understanding that the last OpenVINO to support the NCS2 was v2020.3.
I attempted to cross-compile…

user773881
- 845
- 1
- 8
- 10
0
votes
1 answer
unsupported layer type "ScatterNDUpdate"
This issue relates to IR inferencing using OpenVINO on NCS2 (MYRIAD). The ONNX representation of the model I am trying to convert comprises 8 ScatterNDupdate layers, which OpenVINO doesn't support on NCS2.
Is there any way to get rid of those…

Ashish Papanai
- 90
- 10
-1
votes
1 answer
Is it possible to work two NCPS2 in parallel?
When I run inference using device « MULTI:CPU,MYRIAD » (on Python or wih benchmark_app) I get the same inference time than with « CPU » only.
I get the same problem with two Myriad devices : « MULTI:MYRIAD1,MYRIAD2 » I get the same results than with…