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

NanoEdge AI Studio 5.0.2 high offline accuracy; poor on STEVAL-STWINBX1

Dear ST Support Team,I am currently working on a binary voice classification task on the STEVAL-STWINBX1 (for example, “echo” vs “other”) using NanoEdge AI Studio 5.0.2, and I would like to ask for your advice.My workflowData collectionI use STEVAL-S...

dzf by Associate II
  • 102 Views
  • 1 replies
  • 0 kudos

Resolved! Getting errors with STM32Cube AI Studio

Dear all, With the new STM32Cube AI Studio tool, I am getting the following errors (see attached log file). I am using it with the kit STM32N6570-DK. I tried the same model as in the tutorial (https://www.youtube.com/watch?v=3zyIpB5o9zQ). I am gettin...

emmanuel_ by Associate III
  • 143 Views
  • 4 replies
  • 0 kudos

STM32Cube AI Studio fails to handle GRU state

Hi.  It looks like the toolchain cannot cope with more than one GRU layer. There is an error, and we cannot resolve it in this application. Please send your log by copying and pasting it to share it with edge.ai@st.com and attach your model. Generate...

mdeis by Associate II
  • 48 Views
  • 1 replies
  • 0 kudos

Resolved! STM32N6 STEdge AI Core CM55 validation missing files

Hi all,I was following this guide for CM55 validation, yet when I run stedgeai generate -m <model-file> --target stm32n6 --binary --address 0x71000000 --memory-pool ./mypool_N6.jsonIt does compile, but at the end, I have several files missing, such a...

berab by Associate II
  • 112 Views
  • 4 replies
  • 2 kudos

Resolved! FP-AI-VISION1 FoodReco

Hi,I was trying to figure out how to use external memory and flash with xcubeai, and I found a video posted by STM32 says there is an example food recognition code in stm32ai-modelzoo-services on Github. However, I couldn't find it. Was it deleted?th...

ERICWU by Associate II
  • 650 Views
  • 3 replies
  • 0 kudos

Resolved! Extending Edge AI example app

Hi,I am trying to figure out what is the easiest way to extend the object detection app provided in https://github.com/STMicroelectronics/STM32N6-GettingStarted-ObjectDetection/In particular, I would like to add one of the many N6 supported libraries...