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.
6539 Discussions

Does OpenVINO support import/export feature with VPU?

Roxy1
Novice
806 Views

Hello, I would like to know if the OpenVINO toolkit's VPU (Vision Processing Unit) supports the import/export feature. I know Feature Support Matrix and VPU devices support networks   page, but it doesn't list VPU on matrix. Could you please provide some information on this? 

However, If VPU does not support import/export. I was wondering if it is possible to perform import/export on CPU instead and then perform inference on VPU within the same application(one process). Could you please advise if this is possible or if there are any potential issues I should be aware of? Thank you very much for your help.

0 Kudos
2 Replies
Peh_Intel
Moderator
768 Views

Hi Roxy1,


Yes, OpenVINO Toolkit's VPU (Vision Processing Unit) supports the import/export feature.


You can run the following Python codes:


from openvino.runtime import Core

core = Core()

info = core.get_property("MYRIAD", "IMPORT_EXPORT_SUPPORT")

print(info)



Regards,

Peh


0 Kudos
Peh_Intel
Moderator
696 Views

Hi Roxy1,


This thread will no longer be monitored since we have provided answer. If you need any additional information from Intel, please submit a new question. 



Regards,

Peh


0 Kudos
Reply