- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to use multiple stick for one graph?
Thanks.
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
for video or any other task?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@zufeifei Hi, I want to use multiple stick to speed up fps for video, and i want to deal with it with one graph.
Is it possible to make it?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@kris1110
cc: @zufeifei
I am boosting with one graph(MobileNetSSD[Caffe]) + four sticks.
Is that it?
I am sorry if I made a mistake.
https://github.com/PINTO0309/MobileNet-SSD-RealSense#usb-camera-mode-multistick-x4-boostedasynchronous-screen-drawing--multistickssdwithrealsensepy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Basically what you need to do is give each stick its own frame. They can't work together on a frame but they can work on different frames at the same time. Each inference should take about the same amount of time so you don't have to worry about them coming out of order.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
All what mail929 said is correct.
Load sharing can not be done using multiple sticks.
However, it is possible to increase the number of prediction per unit time by using multiple sticks in parallel.
Also, my sample program correctly corrects the image processing order by utilizing thread-safe Queue.
Of course, a bit of overhead will occur…
The best performance will not be obtained unless true load balancing is supported by the NCSDK API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@mail929 @PINTO I got it. Thanks for your comments.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page