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.
6403 Discussions

could be more than 1 graph allocated at the same time in the same device?

idata
Employee
892 Views

when I tried it return

 

-1 => Device is busy, retry later
0 Kudos
4 Replies
idata
Employee
616 Views

@llerro as of today, you can load only one graph at a time. I am curious to know your usecase for loading multiple graphs …

0 Kudos
idata
Employee
616 Views

@"Ashwin Vijayakumar" this is my usecase:

 

I have 3 models and a video stream

 

mod = frameNumber % 3;

 

if ( mod == 0)

 

run model0;

 

else if (mod == 1)

 

run model1;

 

else if (mod == 2)

 

run model2;
0 Kudos
idata
Employee
616 Views

We have a usecase where we would like to load multiple graphs for facial analysis: age, gender and facial expressions.

 

Is it likely that this will be supported in the near future?
0 Kudos
idata
Employee
616 Views

@graspergazon we are looking into this feature, stay tuned…

0 Kudos
Reply