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

Downsampling image on f746

Hi, I'm working on a project involving using NN with cube ai to track objects from images coming from a camera sensor. I would like to find a way to downsample an image in the fastest / less cpu intensive way possible (the video feed is approximately...

AAnci.1 by Associate II
  • 643 Views
  • 1 replies
  • 0 kudos

Different behavior between model on Python and on STM32

Hello,I created a CNN model used Keras with tensorflow here's the modelmodel = models.Sequential() model.add(layers.Conv2D(32, (3, 3), activation='relu', input_shape=(32, 32,1))) model.add(layers.MaxPooling2D((2, 2))) model.add(layers.Conv2D(64, (3, ...

HAlzo by Senior
  • 530 Views
  • 0 replies
  • 0 kudos

STMH743XI-E02 fails to validate NN model on target. LOAD ERROR: STM32 - no connected board(s), invalid firmware or the board should be re-started.

Hi, I am trying to deploy a Keras model that fits in the board STMH743XI-E02. In order to do so, I've created the model, and loaded it into the project according to the current documentation.I've tried to use several USART ports to enable communicati...

oekk by Associate II
  • 6713 Views
  • 16 replies
  • 0 kudos

Multi-sensing evaluation/prototyping board for various ML models

Hi,I am looking for a dev. tool to try to implement pre-trained various classifiers from sensors data into a microcontroller.I want to implement various ML models including NNs, SVM, Random Forest and Naïve Bayes. The sensor types for the inputs woul...

bardetad by Associate II
  • 1626 Views
  • 7 replies
  • 0 kudos

STM32F3 Discoveryboard and Machine learning & AI

I just want to ask one simple question. is it possible to use Machine learning & AI with STM32F3 Discoveryboard ? If it is no, which board we can use Machine learning & AI? Thank you very much in advance

oonuro by Associate
  • 1142 Views
  • 1 replies
  • 0 kudos

Resolved! Is .json model required by Cube-AI in addition to h5 model?

Hello In UM2526 User manual "Getting started with X-CUBE-AI Expansion Package for Artificial Intelligence (AI)"I found the following sectionI think that .h5 model is enough for Cube-AI to generate model in C code for STM32, or should I include .json ...

0690X00000DXWKQQA5.png
HAlzo by Senior
  • 817 Views
  • 1 replies
  • 1 kudos

STM32F + NM500 neuromorphic chip - hardware neural chip

Hi guys,I was wondering if there are people interested in artificial inteligence computed on embedded devices? Recently i have found a smart chip for accelerating neural networks produced by a Korean company called NM500 http://general-vision.com/doc...

michal_ca by Associate II
  • 2656 Views
  • 4 replies
  • 1 kudos

When will Cortex-M0 be supported by STM32Cube.AI?

I recently found out about the STM32Cube AI toolkit, which holds much promises. In the ST blog they specified that it currently only supports mcu's with an FPU but aims to bring support also to fixed-point implementation. It states that a Cortex M4 o...

HRönn.1 by Associate
  • 518 Views
  • 0 replies
  • 0 kudos