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

compiler error after add cubeAI by cubeMx

Hi there,I have a work-well project with TouchGFX and FreeRTOS.After I enable the CUBE-AI software pack(can't check the application), and compiler the project, the error as below(there are 2 same RW_RAM):After commenting one RW_RAM and compiler again...

Junde_0-1718361500150.png Junde_1-1718361693724.png Junde_2-1718361832145.png
Junde by Senior III
  • 696 Views
  • 2 replies
  • 0 kudos

Cube.AI: Hard fault in ai_platform_network_process() function

Hello,I want to run my own neural network on a NUCLEO-F722ZE board for classifying audio samples. Since there is an older existing example project by STM (Acoustic Scene Classification) so I kept the whole data structure quite similar to this project...

löns by Associate II
  • 714 Views
  • 1 replies
  • 0 kudos

Resolved! Stwin-BX1 operating temperature and CBM implementation

I'm working on CBM model for predicting maintenance on Motor and trying to analyze the bearing frequencies I have few questions to develop a solution based on STWIn-BX1 1) Mounting of the Board - is it necessary to mount the board on the Motor near t...

memory error related with Cube AI

I came across a weird issue when using cube-x-ai. When function ai_network_run() was called, almost everything except ai_output[] in the RAM become messed up, including global variables, static and extern variables. All the peripherals need to be re-...

Cizzy_Tim_0-1718029737071.png Cizzy_Tim_1-1718029783208.png Cizzy_Tim_2-1718030189595.png Cizzy_Tim_3-1718030202966.png

Error while Analysing model.

I am having a terrible time analyzing a model using Cube AI. When I analyze the TFlite model, I get an internal error. When I analyze the same model saved in Keras, I get the error below. However, the model trains and works perfectly for inference in...

Image 08-06-2024 at 11.17 PM.jpg Image 04-06-2024 at 2.35 PM.jpg
Nana by Associate
  • 558 Views
  • 1 replies
  • 0 kudos

FP-AI VISION

Hi. Can I use the FP-AI-VISION1 package with the STM32F746 board? If not, how can I make a computer vision solution with the STM32F746 board?

yass99 by Associate
  • 1339 Views
  • 1 replies
  • 1 kudos

Resolved! STWIN export ISM330DHCX_MLC.dat to .csv

Hi, I am loading a .ucf file on the STWIN using the ST BLE Sensor Classic app, and then performing data logging using an SD card. In the resulting SD card files (STWIN_XXXXX) I get some files, including ISM330DHCX_MLC.dat, the outputs/classifications...

stm32ai INTERNAL ERROR: list index out of range

I have a DB (Differentiable Binarization) model exported to ONNX, and I quantized it with onnxruntime using the code below:```dr = DetDataReader(calibration_dataset_path, input_model_path) # Fake images as I'm just attempting to measure the memory us...

Mai1 by Associate
  • 1858 Views
  • 5 replies
  • 0 kudos

How to infer a normal Float model when quantised on STM32CubeMX.

안녕하세요 제목과 같이 관련돼서 문의 합니다. 입력 데이터는 아래와 같고,Translated to EN: Hello I have an enquiry related to the title. The input data is as below, // 13 x 15 int new_data[195] = { /* fill with your sensor data */440, 501, 743, 479, 546, 658, 596, 523, 493, 684, 85...