Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Challenge: share your ISPU neural network implementation!

Dear community members,Here’s your chance to win some prizes from ST until November 29, 2024! You can join the challenge by sharing your ISPU neural network implementation. We’ll provide instructions and hints during the ISPU webinar held on October ...

Any DCMI based Image classification example?

Hello everyone,It's good to see a number of tutorials/implementations posted by community members which encourage beginners like me to implement AI at the microcontroller level.Is there any complete image classification example or tutorial where ST m...

Python stm32com module / tool?

Hi all.I'm trying to experiment with the stm32f7 discovery board and the MNIST dataset. I've trained the model and everything seems to be working fine and I'm running the validation app from the cubemx on the stm32.My problem is that I haven't found ...

dimtass by Associate II
  • 1081 Views
  • 3 replies
  • 0 kudos

how to use public API of cubeMX AI API

We have a trained keras model, and we we are trying to deploy it on the stm32. We successfully loaded the model on cubeMX and can see the generated code in Keil.(attached .h and .c files).WE are having difficulty understanding what to pass as argumen...

Sbv by Associate II
  • 1155 Views
  • 3 replies
  • 0 kudos

STM32CUBEIDE + X-CUBE-AI

I am trying to use X-cube-ai in STM32CUBEIDE but when I try to configure I am getting this error " Warning: This IP has no parameters to be configured" (image attached)The "x -cube-ai" pack has been installed I have checked in "manage embedded softwa...

Sbv by Associate II
  • 722 Views
  • 0 replies
  • 0 kudos

Resolved! How to make X-CUBE-AI use extended Flash and RAM memory?

Hello, I have a STM32F746G-DISCO which has a microcontroller with 1 Mbytes of Flash memory and 340 Kbytes of RAM. However, I would need more space for my bigger Keras/TensorFlow models. I have noticed that this Discovery board comes with 128 Mbit Qua...

AUzpa by Associate II
  • 1752 Views
  • 2 replies
  • 2 kudos

Support for autogenerated code by STM32Cube.AI

Good morning,I have created a project with CubeMX.AI based on an .h5 file constructed in keras following the steps shown on ST tutorialhttps://www.youtube.com/watch?v=grgNXdkmzzQ (Getting Started with STM32Cube.AI).Is it possibile to have an example ...

FCata by Associate
  • 569 Views
  • 2 replies
  • 1 kudos

LSM6DSOX - DRDY Interrupt

I have an LSM6DSOX on a STEVAL-MKI197V1 on a breadboard. I am able to communicate with the device (reading device ID returns the correct value, all driver calls return 0), but I am not getting an interrupt generated on either INT1 or INT2. I'm using ...

IAdam by Associate
  • 569 Views
  • 2 replies
  • 0 kudos

Will quantized models of TFLite be enabled soon?

I converted a keras model to a quantized TFLite model to load this on my MCU. But i think Cube.ai doesnt yet support fixed Point TFLite models.Will this feature be enabled in the future?

THarn by Associate II
  • 431 Views
  • 1 replies
  • 0 kudos

Resolved! Data format to run the quantized neural network?

Hello,i used the stm32ai software to quantize my MNIST model. I can load the quantized model on my STM32H743-Nucleo Board and with the Validation Software I can validate my quantized model on target.But I would like to create my own Application, so I...

0690X000009ZfDiQAK.png
THarn by Associate II
  • 494 Views
  • 1 replies
  • 0 kudos