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?
To infer the IR with MYRIAD, You may use the OpenVINO official Samples for that purpose. Use the -d MYRIAD parameter to run it on Myriad.
Don't forget to install the Plugin.
This seems to be the same question as this Github thread.