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.

Memory and Sensitive Information

Collins__Liam
Beginner
284 Views

Hello All,

I've got an application where I would potentially be processing sensitive data on an NCS2. Suppose that, worst case scenario, someone steals it out of my computer. Am I right in thinking that the model would remain loaded in memory, but the data is just passed through and would at least mostly not be able to be pulled off the USB stick?

Is there any way that the model itself might be protected? Does the model get loaded and erased every time the stick is used, or once it is loaded does it stay in the memory until overwritten or erased? Maybe erasing the model could be part of normal ejection procedure to at least protect it when the stick is being stored between uses?

Thanks!

0 Kudos
1 Reply
JAVIERJOSE_A_Intel
284 Views

Hi Liam,

 

Thanks for reaching out. The OpenVINO™ toolkit will load the model to the Intel® Neural Compute Stick 2 for inference. If the device is unplugged, everything on the device is lost. There is a way to encrypt the model if needed, take a look at Using Encrypted Models with OpenVINO documentation.  

 

Regards,

Javier A.

0 Kudos
Reply