I have a single Oak-D device, and I want to be able to run multiple NNs on it, but choose which NN is run at any given time. Is this possible? I can compose all the behavior I want into a single Oak-D pipeline, but is there a way to only run certain nodes? Or, can I load multiple pipelines onto a single Oak-D device and achieve it that way?
Running different pipelines at different times
Hi EvanPeterson ,
Yes, you can use Script node to compose such behavior: https://docs.luxonis.com/projects/api/en/latest/samples/Script/script_change_pipeline_flow/#script-change-pipeline-flow
Fantastic! Thank you so much @erik for sharing that demo link. Exactly what I needed.