File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ endchoice
141141
142142choice SR_MN_MODE_SEL
143143 prompt "speech commands recognition model"
144- default SR_MN_CN_MULTINET5_SINGLE_RECOGNITION
144+ default SR_MN_CN_MULTINET4_5_SINGLE_RECOGNITION
145145 depends on USE_MULTINET
146146 help
147147 Select the model to be used.
@@ -174,8 +174,8 @@ choice SR_MN_MODE_SEL
174174 bool "chinese single recognition (MultiNet4)"
175175 depends on SR_MN_CHINESE && IDF_TARGET_ESP32S3
176176
177- config SR_MN_CN_MULTINET5_SINGLE_RECOGNITION
178- bool "chinese single recognition (MultiNet5 )"
177+ config SR_MN_CN_MULTINET4_5_SINGLE_RECOGNITION
178+ bool "chinese single recognition (MultiNet4.5 )"
179179 depends on SR_MN_CHINESE && IDF_TARGET_ESP32S3
180180
181181endchoice
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ extern const esp_mn_iface_t esp_sr_multinet5_quantized8;
3939#elif CONFIG_SR_MN_CN_MULTINET3_CONTINUOUS_RECOGNITION
4040#define MULTINET_MODEL esp_sr_multinet3_continuous_quantized_cn
4141#define MULTINET_COEFF "mn3cn"
42- #elif CONFIG_SR_MN_CN_MULTINET5_SINGLE_RECOGNITION
42+ #elif CONFIG_SR_MN_CN_MULTINET4_5_SINGLE_RECOGNITION
4343#define MULTINET_MODEL esp_sr_multinet4_single_quantized_cn
44- #define MULTINET_COEFF "mn5cn "
44+ #define MULTINET_COEFF "mn4_5cn "
4545#elif CONFIG_SR_MN_EN_MULTINET5_SINGLE_RECOGNITION
4646#define MULTINET_MODEL esp_sr_multinet5_quantized
4747#define MULTINET_COEFF "mn5en"
Original file line number Diff line number Diff line change 1- 4949e6c67e2bde9ac4978345623dcc098f34c404
1+ 2ff2713a9e508f2160f5b318374925d6c12af917
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ def calculate_total_size(folder_path):
6262 multinet_model = 'mn3cn'
6363elif "CONFIG_SR_MN_CN_MULTINET4_SINGLE_RECOGNITION" in MN_STRING :
6464 multinet_model = 'mn4cn'
65- elif "CONFIG_SR_MN_CN_MULTINET5_SINGLE_RECOGNITION " in MN_STRING :
66- multinet_model = 'mn5cn '
65+ elif "CONFIG_SR_MN_CN_MULTINET4_5_SINGLE_RECOGNITION " in MN_STRING :
66+ multinet_model = 'mn4_5cn '
6767elif "CONFIG_SR_MN_EN_MULTINET5_SINGLE_RECOGNITION_QUANT8" in MN_STRING :
6868 multinet_model = 'mn5q8en'
6969elif "CONFIG_SR_MN_EN_MULTINET5_SINGLE_RECOGNITION" in MN_STRING :
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments