2025-02-12 01:26 PM
Hi,
I have tried to analyse various model using Cube AI 10.0, installed via CubeMX 6.13.0 on macOS 14.3. But getting this error on the terminal:
2025-02-12 21:19:31,007 [INFO] AInterface:254 - ModelName:network; files:[/Users/alassaneseck/mobilenet_v2_0.35_128_without_classification_head_int8_float32.tflite]; type:TFLite; compression:Low
Exception in thread "Thread-8" java.lang.NullPointerException: Cannot invoke "com.st.microxplorer.plugins.ip.ai.model.AIAdvancedSettingsData.isNoOnnxIoTranspose()" because "this.advancedSettings" is null
at com.st.microxplorer.plugins.ip.ai.backend.AInterface.buildCommandCall(AInterface.java:507)
at com.st.microxplorer.plugins.ip.ai.backend.AInterface.analyze(AInterface.java:264)
at com.st.microxplorer.plugins.ip.ai.gui.AIFinderFilterUI$10.run(AIFinderFilterUI.java:422)
at java.base/java.lang.Thread.run(Thread.java:1583)
2025-02-13 01:21 AM
Hello @Alou ,
Could you add in a zip file an example of model that you try to use with ST Edge AI Core.
Please include in your message the command you typed and the output message associated.
Have a good day,
Julian
2025-02-13 06:16 AM
Hello Julian
Thank you for your message. I attached a zip of all the models I have tried to analyse.
I am running CubeMX from command line using:
/Applications/STMicroelectronics/STM32CubeMX.app/Contents/MacOs/STM32CubeMX
Then from the UI, I follow the getting started with CubeAI document to install the ai package, import and analyse a model.
Cheers
Alassane