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.

Question about inference multi models

idata
Employee
576 Views

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 Kudos
1 Reply
idata
Employee
294 Views

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
0 Kudos
Reply