• DepthAI
  • Can I load a new model after cam are running ?

Hello ,py is my dev lang,and I'm looking for a way to dynamic load a new model since I have too many model to perform,so I search for the apis in docs,but I cant't find a solution to sovle this.In title description I mean I had init the pipeline,and my goal is to add load another model into pipeline (I just can't load them for once ,because their are too much,maybe over 30).So can I have solution? thanks for your advices.

(Is this hava a function way in C++ APIs? -_-)

  • erik replied to this.

    Hello weiYao , there's no way to change/add a model in runtime currently (either in c++ or python). I would suggest reducing number of models to only a few and you can select on which model you want to run inference with the Script node (example here).
    Thoughts?
    Thanks, Erik