cancel
Showing results for 
Search instead for 
Did you mean: 

Can I add multiple models to X-cube ai that would have multiple outputs?

Jf.1
Associate II

Hi,

I would like to ask whether it is possible to put multiple models into an MCU using x-cube ai. The first model would generate one output which will be one of the inputs for another model with 13 inputs and 3 outputs.

If you could provide steps as to how to achieve this, it would also be very helpful.

Kind regards,

Jona

1 ACCEPTED SOLUTION

Accepted Solutions
Gln
ST Employee

Hello @Jona,

Yes this is possible. You will have to write your own code to assign the outputs of the first model to the inputs of the second model. Reshape and/or transform if necessary.

Adding multiple models to X-CUBE-AI is described in the User Manual, section 4.7 Adding a new DL model:

https://www.st.com/resource/en/user_manual/dm00570145-getting-started-with-x-cube-ai-expansion-package-for-artificial-intelligence-ai-stmicroelectronics.pdf

Regards,

Guillaume

View solution in original post

2 REPLIES 2
Gln
ST Employee

Hello @Jona,

Yes this is possible. You will have to write your own code to assign the outputs of the first model to the inputs of the second model. Reshape and/or transform if necessary.

Adding multiple models to X-CUBE-AI is described in the User Manual, section 4.7 Adding a new DL model:

https://www.st.com/resource/en/user_manual/dm00570145-getting-started-with-x-cube-ai-expansion-package-for-artificial-intelligence-ai-stmicroelectronics.pdf

Regards,

Guillaume

Jf.1
Associate II

Hi Guillaume,

Thank you for your reply, I'd also like to ask if models with multiple outputs can also be added in x-cube ai?

Kind regards,

Jona