STMicroelectronics / stm32ai-modelzoo

AI Model Zoo for STM32 devices
Other
236 stars 64 forks source link

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

Open jozapa opened 2 months ago

jozapa commented 2 months ago

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!!

GRATTINSTM commented 2 months ago

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