[keyword]
This commit is contained in:
parent
9223a1dde2
commit
4578d30ae4
|
@ -58,11 +58,13 @@ if __name__ == '__main__':
|
||||||
elif board == 'orangepi':
|
elif board == 'orangepi':
|
||||||
|
|
||||||
# keywords = ['hey google']
|
# keywords = ['hey google']
|
||||||
keywords = ['hey google', '芭比', '哔卡', '刚木', '星云']
|
keywords = ['哔卡', '刚木'] # '芭比', , '星云'
|
||||||
keyword_paths = None
|
keyword_paths = None
|
||||||
model_path = None
|
model_path = None
|
||||||
#
|
#
|
||||||
keyword_paths = ["models/芭比_zh_raspberry-pi_v3_0_0/芭比_zh_raspberry-pi_v3_0_0.ppn", 'models/哔卡_zh_raspberry-pi_v3_0_0/哔卡_zh_raspberry-pi_v3_0_0.ppn', 'models/刚木_zh_raspberry-pi_v3_0_0/刚木_zh_raspberry-pi_v3_0_0.ppn', 'models/星云_zh_raspberry-pi_v3_0_0/星云_zh_raspberry-pi_v3_0_0.ppn']
|
keyword_paths = ['models/哔卡_zh_raspberry-pi_v3_0_0/哔卡_zh_raspberry-pi_v3_0_0.ppn', 'models/刚木_zh_raspberry-pi_v3_0_0/刚木_zh_raspberry-pi_v3_0_0.ppn']
|
||||||
|
# "models/芭比_zh_raspberry-pi_v3_0_0/芭比_zh_raspberry-pi_v3_0_0.ppn",
|
||||||
|
# , 'models/星云_zh_raspberry-pi_v3_0_0/星云_zh_raspberry-pi_v3_0_0.ppn'
|
||||||
model_path = "models/porcupine_params_zh.pv"
|
model_path = "models/porcupine_params_zh.pv"
|
||||||
|
|
||||||
hd_trigger = 'button'
|
hd_trigger = 'button'
|
||||||
|
|
Loading…
Reference in New Issue