2025-03-07 6:46 AM - last edited on 2025-03-07 9:08 AM by mƎALLEm
Can anyone please help with the step by step process for deploying a deep learning model on NUCLEO-H753ZI board using STM32CubeIDE and XCubeAI package...
I am not able to do it even after trying multiple times...
please help me through this .... using a video or something... as i tried many solutions here...
Or i can provide the remote access of my system to you... if it is possible...
It is really urgent and needed...
Solved! Go to Solution.
2025-03-10 6:14 AM
Please respond mam... it will be really helpful
2025-03-10 6:46 AM
Hello @Pinagadi_Meghana ,
It blocks at 70%, I wait a little bit after that and close it. I don't know if waiting helps, that just what I did and it worked.
Julian
2025-03-10 7:06 AM
I did that too.... but ended with the same error
2025-03-10 7:22 AM - edited 2025-03-10 7:22 AM
It is very strange...
Can you try to use the dev Cloud instead: Session - ST Edge AI Developer Cloud
First try to benchmark it on the STM32h7 Disco or any other powerful board) and tell me if you get an estimation of the inference time.
Then in the last step,
If this works, you can download the MX or IDE project to have the sources instead of the .elf firmarwe.
Julian
2025-03-10 7:47 PM
If u dont mind.... please help me with this doubt...
After downloading .elf file... how to open that in IDE ....
Can u please send screenshots from start to end(like u have done before).... please....
2025-03-11 1:27 AM
Hello @Pinagadi_Meghana ,
You need to open it with STM32CubeProgrammer:
Then if you open Tera Term for example, select the right COM Port and set the baudrate to 115200, you should have the results of inference with a random input:
Have a good day,
Julian
2025-03-11 5:06 AM
Is this the end output i should get???
there are no accuracies... so i got doubt....
please clarify
2025-03-11 6:44 AM - edited 2025-03-11 8:49 AM
Hello @Pinagadi_Meghana,
Yes, there is no accuracy because this code only does the inference with a random input (and this random input has no label, so you don't have an accuracy).
With this we at least have confirmed that your board and model works.
Now, you can try to download the MX project instead of the .elf. When opening it, you should have everything set in STM32CubeMX, so you can try a validation on target.
Let me know how it went.
Have a good day,
Julian