Cyprien Amigon
Cyprien Amigon
## Environment - Audio development kit: ESP32-LyraT - Audio kit version : v4.3 - Module or chip used: ESP32-WROVER-E - IDF version : v4.4.3 - ADF version : v2.6-38-gdbe119de -...
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`...
Hi, Thanks for the library, it works great ! However, I had a little problem with the function "tm1637_delay_us()". Firstly, the instructions "__nop();" were not recognized by the compiler. I've...