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

Question about inference multi models

idata
従業員
806件の閲覧回数

Hello:

 

I want to infer multi models simultaneously in Python. In the Openvino samples, I only found python codes to infer one model on one neural compute stick, but how to infer multi models on one stick?

 

I did found samples in C++ that does this, e.g. the "interactive face detection" sample, but can you offer me sample codes in Python?
0 件の賞賛
1 返信
idata
従業員
524件の閲覧回数

Hi @xzarf,

 

Thanks for reaching out. That is actually possible in the NCSDK2, unfortunately there aren't any specific python examples which showcase how to infer multiple models on one stick. However, there is a python example in NCAPPZOO that utilizes two NCS devices to run multiple models. I strongly suggest you to take a look and go from there, you can find the python example here https://github.com/movidius/ncappzoo/tree/ncsdk2/apps/birds.

 

Hope this helps, please let me know if you have any further questions.

 

Regards,

 

@Luis_at_Intel
返信