Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Please help me with stm32 AI code once

 When designing stm32 AI, the values come out, but the learned values don't seem to come out. This is training data using 12 variables. Please help me if there is a problem with the code. /* System headers */#include <stdint.h>#include <stdlib.h>#inc...

Please check the CUBE AI code.

This is training data that receives 12 inputs and outputs 1, but strange values appear, so please check and review the code.  #ifdef __cplusplus extern "C" {#endif /* Includes ------------------------------------------------------------------*/ #if d...

Resolved! how it works 1_class library ?

Hello ,I'm trying to figure out how the 1_class library works. In the Emulator tab of the NanoedgeAI Studio software, I can see that the sensor indicates that the input pattern is detected as an outlier (outside the class considered), as shown in the...

AkaPaDa_18_0-1701961614101.png

CMSIS DSP library in machine learning with cube Ai

Hi I am trying to use the FFT function of CMSIS DSP library, along with X-Cube-Ai on Cube IDE 1.10.1As i try to use the FFT feature, while using TensorFlow lite, it gives multiple error. Is there any way to use the FFT feature with Cube Ai ?

AS3 by Associate
  • 1190 Views
  • 1 replies
  • 0 kudos

Resolved! X-CUBE-AI: error while analyzing model

Hi,I'm trying to analyze my Keras model (converted from Keras) in STM32 X-CUBE-AI version 8.1.0. But it shows this error: TOOL ERROR: 'gbk' code can't decode byte 0xb8 in position 577:illegal multibyte sequence.As shown in the picture.But I I'm tryin...

810.png model.png 730.png 731.png

how can i print the values via n-Class Classification library

Hello,I am a beginnerI downloaded the STM32-NANOEDGE-DATALOGGER firmware via the github link.This STM32-NANOEDGE-DATALOGGER is used in NaoedgeAIStudio and is streaming data via UART (VCOM port) from STLink.but I see that the example is only given for...