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.

Multiprocessing on MYRIAD

Iova__Claudiu
Beginner
296 Views

I am trying to run multiple models at the same time.

 

Is it possible to run them from different processes?

I know that I can load and run them from the same process, but how can I share the plugin between the processes since it cannot be pickled?

I'm using Python.

 

Thank you

0 Kudos
1 Reply
Sahira_Intel
Moderator
296 Views

Hi Claudiu,

You would not be able to load and run multiple models from different processes. For more information, view the documentation on device allocation

I hope this information is helpful.

Best Regards,

Sahira 

0 Kudos
Reply