stm32ai-modelzoo
stm32ai-modelzoo copied to clipboard
AI Model Zoo for STM32 devices
Hi, I am trying to run the existing object detection (https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/object_detection/deployment) demo with STM32H747I-DISCO and B-CAMS_OMV camera module. During flashing the model onto the board, I am getting the below...
Hi team, Is it possible to add the custom post-processing function in the middleware of the object detection application https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/stm32ai_application_code/object_detection ? Thanks!
I have 3 .onnx models that works for different things in my project. The idea is to upload the 3 models to the board. I don´t know how to do...
From your README I have understood that the Disco board is capable of running object detection models, but does the microcontroller itself of the board be able to run the...
Hello, I am on MacOS (python 3.10.8) and when I want to install the `requirements.txt`, I get this error : ``` ERROR: Could not find a version that satisfies the...
Hello, I am using the model `ssd_mobilenet_v2_fpnlite_035_416_int8.tflite` from [object_detection/pretrained_models/ssd_mobilenet_v2_fpnlite/ST_pretrainedmodel_public_dataset/coco_2017_person/ssd_mobilenet_v2_fpnlite_035_416](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/object_detection/pretrained_models/ssd_mobilenet_v2_fpnlite/ST_pretrainedmodel_public_dataset/coco_2017_person/ssd_mobilenet_v2_fpnlite_035_416) and the inference time are not as good as expected. I'm running this object detection model with Python on a STM32MP157F-DK2...
Does the model of this repo support the **STM32F746** development board?
hello, I have issue when i ran example image classsification for stm32h743zi2 my error is  can you help me, tks alot
Hello, I'm training an object detection model based on a custom dataset and I'm not sure about the way to use transfer learning (i.e. fine tune an already existing model...
Hello, I'm trying to train an object detection model based on a custom dataset. I'm following the instructions provided in the [README](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/object_detection/src) of the object_detection/src folder. I've modified the `user_config.yaml`...