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! I have an error code is 23, type is 19, which is AI_ERROR_CODE_INVALID_FORMAT. Is there certain mistakes I could be making?

I've followed the example on Embedded Inference Client API. However when I run the model I get the error code 23 and type 19 which is the AI_ERROR_CODE_INVALID_FORMAT.I've checked the type with the following code and both the input and output return ...

KSOdin2 by Associate III
  • 795 Views
  • 1 replies
  • 1 kudos

Possible bug when loading Validation template from X-CUBE-AI.

Hi,When I try to load the Validation Template from de .ioc inside the IDE or from CubeMX the software gets stuck.A small window which says "Please wait, configuring [...]" appears and dissapears. After some minutes, an out of memory error occurs.The ...

ASalc.1 by Associate III
  • 955 Views
  • 3 replies
  • 0 kudos

Facing issues while building sine wave tinyml example on Nucleo-F401RE

Hi,I am using Stm32cubeide for creating a tinyml project for sinewave-tensorflow example. For this I used xubeAI software manager and loaded my tflite file with stm32Ai runtime.In the main file I am facing issue when I run the following initialisatio...

ABasra by Associate II
  • 682 Views
  • 0 replies
  • 0 kudos

STM32Cube AI fails to analyze QUANTIZE node with input type uint8

I am using the STM32L476RG with its respective NUCLEO board. I want to experiment with object detection and edge ML on this device so I am using STMCube AI package. I want to use the efficientdet/lite0/detection quantization-trained model but when I ...

JRade by Associate II
  • 550 Views
  • 0 replies
  • 0 kudos

Difference between STM32H743 and STM32H747?

Hi,I've made a custom board where I followed the schematics of the STM32H747I-DISCO board. Instead of the stm32h747 I use the stm32h743 microcontroller, because of the availability. I'm working on the 'FoodReco' project and modified it to my needs (c...

0693W00000HqVB7QAN.png 0693W00000HqVJpQAN.png
eeeeee by Associate III
  • 3151 Views
  • 9 replies
  • 0 kudos

Error while analyzing Keras model with X-CUBE-AI (DLL load failed)

Hi, I have installed STM32 cube IDE and the latest version of CUBE AI software pack to convert a pretrained neural nework implemented and trained with Keras/TF. After creating a project, when I try to add a network from a saved model.h5 from the file...

EZeli.1 by Associate II
  • 1769 Views
  • 5 replies
  • 0 kudos

Resolved! How to build a multiple I/O npz file for validating with custom data?

I'm trying to build a .npz file with multiple input and output data.I achieved to add just one input and output using this code:np.savez('STM32TestData.npz', m_inputs_1=input_1, m_outputs_1=output_1, )   This works fine, but just one p...

ASalc.1 by Associate III
  • 1639 Views
  • 2 replies
  • 1 kudos

STM32H7 Object Detection on custom images: feasibility

Hello All,I was wondering whether the 'People counting' example (in FP-AI-VISION1's function pack of ST32H747-DISCO) can be re-trained for custom images. For example, I want to detect the position of an object (let's say a cat) in an image using the ...