Resolved! How to use the extended Flash on X-CUBE-AI
I'm running low on FLASH, and I'm confused about extensions.May i ask if there are any routines or tutorials available?
Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
I'm running low on FLASH, and I'm confused about extensions.May i ask if there are any routines or tutorials available?
We are aiming to deploy one of the more well-known CV models on an MCU, the segment-anything model by Facebook, but there are layers that are unsupported, and we can't exactly modify layers as it would greatly affect performance. Fortunately, time is...
Hi everyone,I'm currently working with NanoEdgeAI Studio and I'm trying to analyze a signal from mutliple CSV files with each containing more than 450,000 rows of data. However, when I try to compute the FFT, the software displays the following messa...
Hello everyone,I followed the following tutorial to deploy, but the compilation got stuck and didn't progress for a long time. I interrupted the process with Ctrl+C, and the window log is as follows. Can anyone help me figure out what's going on?http...
I am using the STM32L496G-Disco board. I want to develop an AI model. I am trying to use https://stedgeai-dc.st.com/session. But when I give my data to generate files, launch quantization shows failure, and I do not get any error message in the termi...
Starting AI validation on target with random data... C:/Users/allamjayaprakash/STM32Cube/Repository/Packs/STMicroelectronics/X-CUBE-AI/9.1.0/Utilities/windows/stedgeai.exe validate --target stm32l4 --name network -m C:/Users/allamjayaprakash/Dropbox/...
I am working with the Nucleo-N6 Board and i am trying to get a neural network to run on the ART accelerator. The following steps are done to create the project:Make new projectSelect NUCLEO-N657X0-Q in the Board SelectorIn Project Structure select "S...
Hello,I am trying to test a deployed application for object detection.I have tested out of the box object detection application code.I can successfully build the project and I can run the code on my board.Unfortunately it doesn't detect any objects. ...
Hello STMicroelectronics Community,I’m currently working with NanoEdge AI Studio for developing machine learning models on edge devices, and I’ve come across a specific feature that I’d like to learn more about. When I feed current data into NanoEdge...
Hello,What if I want to use touchfgx and ai at the same time?thanks