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

Resolved! Generate file .ucf with NanoEdgeAI

Good afternoon,I want to upload a Machine Learning algorithm on the ISPU part of the LSM6DSO16IS. My alghoritm has to identify is the subject is stationary, walking or running. I used NanoEdgeAI Studio to develop the classification algorithm. By doin...

Screenshot 2024-12-10 161113.png

Resolved! X-Cube-AI >> CNN+LSTM: NOT IMPLEMENTED: UNsupported layer types:...

Dear Sir/Madam,I am trying to deploy a trained AI model (CNN+LSTM) to STM32F767. When I tried to analyse the TFlite file with the STM32CubeMX, it stopped and gave the following message: Could you please help me sorting out this issue?Thanks QS  

qs202310_0-1733808540868.png
qs202310 by Associate III
  • 742 Views
  • 1 replies
  • 1 kudos

Resolved! Why is there no examples in the NanoEdgeAI.h I generated?

 /* ============= Copyright (c) 2023, STMicroelectronics All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of sourc...

michael_yang_0-1733563817485.png michael_yang_1-1733563946077.png

Resolved! X-CUBE-AI: ai_network_create_and_init() weights info required

Hi,I'm working with X-CUBE AI.The code seems working but I have a doubt:status_init = ai_network_create_and_init(&network_handle, act_addr, NULL);Is NULL parameter correct ?Why souldn't I need to pass a pointer also for weigths like 'act_addr' ?If it...

Resolved! X-Cube-AI 9.1.0: data file failed in validation

I am trying to validate a CNN on STM32CubeMX with X-Cube-AI 9.1.0. I provided a datainput.CSV and a dataoutput.csv files to  "Validation inputs:  & Validation outputs: " respectively. When ran Validate on desktop or Validate on target, they all faile...

qs202310 by Associate III
  • 1464 Views
  • 9 replies
  • 4 kudos

Resolved! Problem when moving a github project model to stm32cube AI

First , the github project is thishttps://github.com/Xiaobin-Rong/gtcrn/tree/main   It has converted to onnx and tensorRT for ppl to usebut when i load the onnx model into stm32 for optimize/import (setting , compression : none , optimization : balan...

Edge Impulse and STM32h747i-disco

Hi community,I'm working on deploying an object detection project using Edge Impulse on STM32H747i-DISCO with CAMS OMV. I successfully deployed the TFLite model, but I would like to add camera and board configuration to detect objects in real time. H...

syrine by Associate II
  • 499 Views
  • 1 replies
  • 0 kudos