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.

change weights at inference time

idata
Employee
688 Views

Hello,

 

I need to change graph weights at inference time. However, I didn't find any thing regarding that. Is it possible to access to the weights of graph and change them.

 

Best,

0 Kudos
3 Replies
idata
Employee
402 Views

Hi @mfarhadi

 

The Movidius graph file is a binary graph file format that isn't open-sourced. So, everything is static and currently there are no plans to release any dynamic graph formats. Once you create the graphs, you cannot change the weight.

 

You could, however, create two graphs with two difference weights and load them at different times.

 

Please let me know if this information was helpful.

 

Best Regards,

 

Sahira
0 Kudos
idata
Employee
402 Views

Thanks @Sahira_at_Intel , It was really helpful, do you know what is the fastest way to load a new graph and is there any reference which I can use.

0 Kudos
idata
Employee
402 Views

Hi @mfarhadi

 

You can use the birds example in the NCAPPZOO as a reference for how to load a new graph.

 

Best Regards,

 

Sahira
0 Kudos
Reply