Closed raptium closed 3 months ago
Hi, @raptium , please try the wake_word_detection example in esp-skainet.
Thanks @feizi
I've tried the example and it works well.
After spending half a day debugging, I have identified that the issue is caused by my use of espflash write-bin
instead of esptool
to flash srmodels.bin
. I have yet to determine if I am using incorrect options for espflash
, resulting in the corruption of the model data.
Considering that the issue does not pertain to esp-sr, I am closing it now.
I am using esp-sr 1.7.1 and have also tried the latest master version. My project implements wake word detection using Wakenet models. Loading wn8 models (CONFIG_SR_WN_WN8_ALEXA=y) works fine, but when I switch to wn9 models (e.g., wn9_alexa, wn9_hilexin), my program constantly panics.
Could you please help me understand why my program panics when using wn9 models?
My hardware is an esp32-s3-korvo-1 dev board