Hi! I have two different NN models, one is Yolo another is Mobilenet. If oak camera is already running with Yolo model, is it possible to switch Mobilenet model during runtime? and what parameters i can change during runtime? I am using Oak-D PoE by the way.

Are both models compiled for more than 6 shaves such that both cannot be allocated ahead of time? If you create your pipeline with both models (assuming you do not need the shave cores for a single one and you have enough memory) than simply switching the link at runtime will be sufficient.

In terms of routing, I believe you would have to use a script node on the device which based on some other parameter it observes will switch which stream to send data along.

Thanks for the reply. Both models are compiled for 6 shaves only. Is there any example that i can use to route between the models

jakaskerl
Hi
Thanks for the reply, but i am unable to open the above link. One more thing, i am currently working with depthai-ros driver is it possible to change the models using Ros-driver as well ?
Thanks
Siva