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.
6572 ディスカッション

Executing multiple graphs on a stick

idata
従業員
1,006件の閲覧回数

Is it possible to execute multiple graphs on the same stick simultaneously assuming we have graphs which do nor require all shaves?

 

Thanks,

 

Yair
0 件の賞賛
5 返答(返信)
idata
従業員
719件の閲覧回数

@yairh Right now it is not possible to execute multiple graphs simultaneously on the same stick. Currently, the solution for using multiple networks with the NCS is to enumerate multiple NCS devices, open each device, load a graph file into each NCS device and then call load tensor and get result for each one to perform the inferences.

 

This post may help: https://ncsforum.movidius.com/discussion/112/chaining-movidius-sticks#latest

idata
従業員
719件の閲覧回数

Tome,

 

Any plans to support this option?

 

Thanks,

 

Yair
idata
従業員
719件の閲覧回数

@yairh We're definitely looking into support for this feature.

idata
従業員
719件の閲覧回数

I have opened a pull request at: https://github.com/duangenquan/YoloV2NCS/pull/6

 

Enable multiple NCS devices to improve the throughput, hope this helps.
idata
従業員
719件の閲覧回数

My previous pull request was merged, visit this link for details: https://github.com/duangenquan/YoloV2NCS

返信