- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Is it possible to use multiple stick for one graph?
Thanks.
Link copiado
6 Respostas
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
for video or any other task?
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
@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.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
@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
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
@mail929 @PINTO I got it. Thanks for your comments.

Responder
Opções do tópico
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora