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

Parallel processing of multiple Movidius NCSs based on c/c++

idata
Employee
817 Views

I’d like to chain several Movidius NCSs together to increase throughput based on c/c++. I've already checked the followings:

 

https://ncsforum.movidius.com/discussion/241/performance-scaling-with-multiple-sticks

 

https://ncsforum.movidius.com/discussion/112/chaining-movidius-sticks#latest

 

https://github.com/duangenquan/YoloV2NCS

 

The ObjectWrapper.py and Main.py in the YoloV2NCS github (the last link) is actually what I have found, but it is based on python, rather than c/c++. Is there an c/c++ example source code showing parallel processing of multiple NCSs?

0 Kudos
2 Replies
idata
Employee
527 Views

@JadeShin At the moment, there isn't a C++ example on the NCAPPZOO that shows how to do this. If you want to, you can look at the video_objects_threaded python example and extrapolate to C++.

0 Kudos
idata
Employee
527 Views

@Tome_at_Intel Thank you for your reply. I have one more question.

 

I have checked movidius NCS supports TensorFlow framework. Then, does movidius NCS also supports TensorFlow Lite ?

0 Kudos
Reply