STMicroelectronics/stm32ai-modelzoo

Is it possible to use several onnx models in the board?

jozapa opened this issue · 1 comments

I have 3 .onnx models that works for different things in my project. The idea is to upload the 3 models to the board. I don´t know how to do that because you only can put one model in the "model_path".
Thanks!!

Hello @jozapa,

Which use case are you using?
The ModelZoo doesn't support multi models applications. If possible, you may find a way to merge the three models into one using a high level API and then upload the resulting model.

Guillaume