depthai-core
depthai-core copied to clipboard
[i searching multiple network example] {multiple network}
Start with the why
:
Describe why this feature would be useful to you and to other users. i want know how to way simultaneous execute multiple network by cpp code. pipeline.createdai::node::MobileNetDetectionNetwork(); pipeline.createdai::node::MobileNetSpatialDetectionNetwork(); and blob at the same time.
Move to the what
:
A clear and concise description of the feature you would like to get added to the depthai
.
I need complex judgment.
Move to the how
:
If you already have an idea of how this new feature could be implemented, describe it here. i don't have anything.
Hi @jaiminlee , You can run multiple networks at once. We have tons of such examples on depthai-experiments repo - eg. age-gender demo, or gaze-estimation demo. These are in python, but the depthai API is exactly the same for C++ as well, so it's trivial to translate these into C++. THoughts? Thansk ,Erik