Skip to main content
Associate
February 12, 2025
Question

Analyze not working on any model

  • February 12, 2025
  • 1 reply
  • 379 views

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)

 

Anyone ever seen this. Sorry if this has been asked before, I am relatively new here.
 
Many thanks 

1 reply

Julian E.
Technical Moderator
February 13, 2025

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

​In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
AlouAuthor
Associate
February 13, 2025

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