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.

Loading Model in Openvino

SharonA
Beginner
533 Views

Hi, how can I load a model from buffer in OpenVINO? Currently I am reading model from file as,

ov_core_read_model(core, model_name, NULL, &model) but I want to now read it from a buffer. I could not find any documentation regarding this.

0 Kudos
2 Replies
Aznie_Intel
Moderator
455 Views

 

Hi SharonA,

 

Thanks for reaching out. To load a model from buffer in OpenVINO, you can use encrypted models with OpenVINO. Use the ov::Core::read_model method to load the model from a memory buffer. For more information, you may refer to Using Encrypted Models with OpenVINO.

 

 

Hope this helps.

 

 

Regards,

Aznie


0 Kudos
Aznie_Intel
Moderator
380 Views

Hi SharonA,


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



Regards,

Aznie



0 Kudos
Reply