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.
6577 토론

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

idata
직원
1,283 조회수

when I tried it return

 

-1 => Device is busy, retry later
0 포인트
4 응답
idata
직원
1,007 조회수

@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 포인트
idata
직원
1,007 조회수

@"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 포인트
idata
직원
1,007 조회수

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 포인트
idata
직원
1,007 조회수

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

0 포인트
응답