feat(mn): Update Chinese multinet4_5

This commit is contained in:
sxy 2022-01-25 17:11:47 +08:00
parent dcc206936e
commit 62ce452be9
8 changed files with 6 additions and 18 deletions

View File

@ -184,20 +184,8 @@ choice SR_MN_MODE_SEL
bool "chinese single recognition (MultiNet2)"
depends on SR_MN_CHINESE && IDF_TARGET_ESP32
config SR_MN_CN_MULTINET3_SINGLE_RECOGNITION
bool "chinese single recognition (MultiNet3)"
depends on SR_MN_CHINESE && IDF_TARGET_ESP32S3
config SR_MN_CN_MULTINET3_CONTINUOUS_RECOGNITION
bool "chinese continuous recognition (MultiNet3)"
depends on SR_MN_CHINESE && IDF_TARGET_ESP32S3
config SR_MN_CN_MULTINET4_SINGLE_RECOGNITION
bool "chinese single recognition (MultiNet4)"
depends on SR_MN_CHINESE && IDF_TARGET_ESP32S3
config SR_MN_CN_MULTINET4_5_SINGLE_RECOGNITION
bool "chinese single recognition (MultiNet4.5)"
bool "chinese recognition (MultiNet4.5)"
depends on SR_MN_CHINESE && IDF_TARGET_ESP32S3
endchoice

View File

@ -15,9 +15,9 @@ typedef enum {
} afe_sr_mode_t;
typedef enum {
AFE_MEMORY_ALLOC_MORE_INTERNAL = 0, // malloc with more internal ram
AFE_MEMORY_ALLOC_INTERNAL_PSRAM_BALANCE = 1, // malloc with internal ram and psram in balance
AFE_MEMORY_ALLOC_MORE_PSRAM = 2 // malloc with more psram
AFE_MEMORY_ALLOC_MORE_INTERNAL = 1, // malloc with more internal ram
AFE_MEMORY_ALLOC_INTERNAL_PSRAM_BALANCE = 2, // malloc with internal ram and psram in balance
AFE_MEMORY_ALLOC_MORE_PSRAM = 3 // malloc with more psram
} afe_memory_alloc_mode_t;
typedef enum {

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
wakeNet8_v5_alexa_5_0.55_0.54
wakeNet8_v5h8_alexa_5_0.57_0.60

View File

@ -1 +1 @@
wakeNet7Q8_v1_xiaoaitongxue_5_0.97_0.90
wakeNet7Q8_v1h8_xiaoaitongxue_5_0.97_0.98