Edge AI

Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

the result of onnx model validate on target has two different output, why?

hiI have validate on the STM32N6 board by onnx model in STM32MX,but i have two different output ,like this: m_outputs_1: (10, 3)/float64, min/max=[-282.578064, 481.370483], mean/std=[-2.619613, 298.301398], output  m_outputs_2: (10, 1)/float64, min/m...

cxf by Associate III
  • 1677 Views
  • 25 replies
  • 2 kudos

Is it possible to use multiple AI models on my STM32N6570-DK?

Hello,im trying to implement an ai project that uses two different ai models in one pipeline.The output from model A should be the input for model B.The question that im asking would be how im able to combine the two models within one project in my S...

lyannen by Associate III
  • 681 Views
  • 8 replies
  • 6 kudos

STM32N6570 and storing a model in the flash

Hello! How can I store the model's input data in the flash of the STM32N6570-DK, then deploy the model, read the input data from flash, and perform inference? Are there any relevant tutorials for this? I previously followed the model deployment tutor...

llcc by Senior
  • 581 Views
  • 5 replies
  • 1 kudos

Resolved! Problems with running an AI Model on the NUCLEO-N657X0-Q Board

Hello, I'm working with a NUCLEO-N657X0-Q Board and trying to run/debug a TensorFlow Lite model that has been quantized to int_8 to run on hardware. I've tried several approaches but every attempt leads to a dead-end of one error leading to three mor...

Coop23 by Associate
  • 1023 Views
  • 2 replies
  • 2 kudos

Resolved! Is X-Cube-AI working for N6 with NPU?

Hello,i am trying to use the NPU on the N6 by creating a project with CubeMX/X-Cube-AI. After creating the project i am greeted by a lot of errors (30). I don't change any of the code after code generation. So my question is, is X-Cube-AI with NPU ev...

LukasOst by Associate II
  • 349 Views
  • 3 replies
  • 2 kudos

Resolved! Problems when fine tuning mobileNetV2 for image classification

Hello all,im currently trying to fine tune a mobileNetV2 model that is pretrained on imageNet on my own dataset.However when im adapting the user_config.yaml i dont know how to switch between mobileNetV2 1.0 and mobileNetV2 1.4 as i would like to see...

lyannen by Associate III
  • 640 Views
  • 2 replies
  • 2 kudos

Resolved! why get the execution time in nanoEdgeAI err?

Hi there,I am newbie at edge AI, and I was runing the demo "motor vibration" in nanoEdgeAI.For me, the nanoEdgeAI is really a excellent work, I can easy understand the most part of the work flow by run an demo, even I am just a new guy.However, when ...

Junde_0-1752461204088.png
Junde by Senior III
  • 410 Views
  • 4 replies
  • 3 kudos

Resolved! How to get new ll_aton library

I am using STM32N6570-DK board.I wanted to use resnet50 model for Image Classification I generated files using stedgeai using the command : stedgeai generate --model resnet50_v2_224_int8.tflite --target stm32n6 --st-neural-art default@user_neuralart_...