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

ST seeks data scientists: Participate in a paid usability session

Hello ST Community members,   Are you a data scientist or machine learning engineer with experience deploying neural networks on edge or embedded devices? The ST team invites you to join a 45-minute remote usability session to provide technical feedb...

Resolved! Problems when fine tuning mobileNetV2 for image classification

Hello all,im currently trying to fine tune a mobileNetV2 model that is pretrained on imageNet on my own dataset.However when im adapting the user_config.yaml i dont know how to switch between mobileNetV2 1.0 and mobileNetV2 1.4 as i would like to see...

lyannen by Associate III
  • 840 Views
  • 2 replies
  • 2 kudos

Resolved! why get the execution time in nanoEdgeAI err?

Hi there,I am newbie at edge AI, and I was runing the demo "motor vibration" in nanoEdgeAI.For me, the nanoEdgeAI is really a excellent work, I can easy understand the most part of the work flow by run an demo, even I am just a new guy.However, when ...

Junde_0-1752461204088.png
Junde by Senior III
  • 598 Views
  • 4 replies
  • 3 kudos

Resolved! How to get new ll_aton library

I am using STM32N6570-DK board.I wanted to use resnet50 model for Image Classification I generated files using stedgeai using the command : stedgeai generate --model resnet50_v2_224_int8.tflite --target stm32n6 --st-neural-art default@user_neuralart_...

Want to deploy TFLM library on STM32L562E

Hi,Currently, I want to use TFLM library to do the inference rather than Cube.AI. For me, what I am doing is:1. download the latest tflm library2. build it with commands: "make -f tensorflow/lite/micro/tools/make/Makefile TARGET=cortex_m_generic TARG...

Resolved! VL53L8CX Hand Posture - can't do quantization.

Error output when trying to quantize CNN2d_ST_HandPosture_8classes_hand_posture_ST_VL53L8CX_handposture_dataset.h5 in STM Edge AI Developer Cloud. For example, the error "Could not find cuda drivers on your machine, GPU will not be used." Why do I ne...

Shion by Associate II
  • 434 Views
  • 3 replies
  • 3 kudos

Resolved! STM32N6570-DK , TouchGFX issue

Hi, I am implementing the new STM32 project in that I am initialized Display and camera interfaceLTDC interface enabled turning on the backlight by making PQ6 pin high and in TouchGFX created a project selected STM32N6570-DK board while run the targe...