Skip to main content
KSOdin2
Associate III
November 1, 2022
Solved

Is there examples on how to upload and use 2 different models using CubeAI?

  • November 1, 2022
  • 1 reply
  • 873 views

I would like to upload 2 different ML models to the microcontroller and swap between which one I use for classification (within the microcontroller)

However, the code seems only to generate the code for one model properly. Is this correct? or should it generate the code for both?

Are there any examples of using multiple models?

    This topic has been closed for replies.
    Best answer by Laurent

    Hello KSOdin2,

    you can find an example with ultrasound classifier & Human Activity Recognition in https://www.st.com/en/embedded-software/fp-ai-monitor1.html

    best regards

    Laurent

    1 reply

    Laurent
    LaurentBest answer
    ST Employee
    November 2, 2022

    Hello KSOdin2,

    you can find an example with ultrasound classifier & Human Activity Recognition in https://www.st.com/en/embedded-software/fp-ai-monitor1.html

    best regards

    Laurent

    KSOdin2
    KSOdin2Author
    Associate III
    November 2, 2022

    Brill! Thanks Laurent