- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page