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.

Performance scaling with multiple sticks

idata
Employee
835 Views

How does performance scale with multiple sticks? Suppose I have two sticks.

 

     

  • Can I use -s24 during compilation, assuming two sticks at deployment? (0.5x latency at 2x framerate, distribute inference over 24 SHAVEs)
  •  

  • Or is this just a matter of sending half the images on each stick? (1x latency at 2x framerate, distribute inference calls to 2 VPUs)

     

    I'd guess it is the latter, but I would like confirmation. Thanks.
  •  

0 Kudos
1 Reply
idata
Employee
452 Views

@pashmina.bendale Your second guess is correct. You can send images to each NCS to distribute the workload. You may find more information by referring to this thread: https://ncsforum.movidius.com/discussion/112/chaining-movidius-sticks#latest

0 Kudos
Reply