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

RandomForestClassifier using stedgeai

I am attempting to deploy an sklearn RandomForestClassifier on a STM32H7 using ST Edge AI.I am using the following function to export the RandomForestClassifier to ONNX:My call to the stedgeai cli is:stedgeai generate --model ../Python/ml_model/rf.on...

djvodasafe_0-1747436425469.png djvodasafe_1-1747436811703.png djvodasafe_2-1747436838432.png

GRU layer support on ST Edge AI

 Hello everyone,I have a GRU-based model that I trained using PyTorch and then exported to ONNX. I'm trying to run it on various ST boards.According to this documentation: ST Neural-ART Operator Supportit seems that the Neural-ART accelerator does no...

Dresult by Associate III
  • 32 Views
  • 0 replies
  • 0 kudos

NanoEdge AI 训练后出现异常数据相似度为零,但工程运行错误。

你好,近期我在使用NanoEdge AI Studio实现异常检测功能,基于三轴加速度计的数据实现。我出现了以下问题:1.我使用的最新版本5.0.2,在benchmark界面训练模型后,表格Best Library Result 中异常数据的结果为零,就是在表格的底部。但我生成代码需要的文件后运用到工程中其相似度一直输出为91%,即使我大幅度的改变加速度计的值也仍然时91%。2.在有一次训练时,表格Best Library Result 中异常数据的结果不为零了,大概为68%。我生成需要的额Na...

dw1 by Associate
  • 39 Views
  • 0 replies
  • 0 kudos

Some problems about using AI model on the STM32N6570-DK board

I am trying to deploy an AI model on the STM32N6570-DK board. And I followed these steps:1. Open the STM32CUBEMX, choose the secure only mode, activate X-CUBE-AI, and click the FSBL, choose the application template choice.2. click the RIF3. choose th...

Z-YF by Associate III
  • 79 Views
  • 1 replies
  • 0 kudos

NANO EDGE AI STUDIO, SIGNAL SECTION

In my task, a 3-axis accelerometer is connected to a 24-bit ADC. How should I transmit the signal data to Nano Edge AI? Should I send the raw data directly, or should I perform calculations before transmitting it? In version 5, how can I check the Em...

Resolved! Deploy an image classification model in STM32N6570-DK discovery board

I follow the instructions found in  https://github.com/STMicroelectronics/stm32ai-modelzoo-services/blob/main/image_classification/deployment/README.md in order to deploy an image classification model in STM32N6570-DK board. When i launch (in ubuntu)...

diama13 by Associate III
  • 687 Views
  • 9 replies
  • 2 kudos

Resolved! Using STM32N6's Neural ART with ARM Complier

Hi,I want to develop my application which uses STM32N6's Neural ART and  I want to use ARM complier(6.23) but I am not how to get started.Also from readme of model_zoo I see that STM32AI only support GCC complier. So does that mean I have to use GCC ...

Jayesh2 by Associate II
  • 68 Views
  • 3 replies
  • 0 kudos