Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

是否支持在线更新语音唤醒模型呢? (AIS-1604) #137

Open
casitelwithdean opened this issue Jun 15, 2024 · 1 comment
Open

Comments

@casitelwithdean
Copy link

在假设我已经训练好自定义唤醒模型的情况下,比如我训练了一个“大爱同学”的唤醒词模型,我将模型文件放到服务器上,esp32s3可不可以通过网络下载服务器的模型文件,并将唤醒词改为“大爱同学”呢?

@github-actions github-actions bot changed the title 是否支持在线更新语音唤醒模型呢? 是否支持在线更新语音唤醒模型呢? (AIS-1604) Jun 15, 2024
@feizi
Copy link
Collaborator

feizi commented Jun 17, 2024

理论上是可行的,因为唤醒的model和runtime是完全分离的
movemodel.py:这个脚本用于将model文件打包为单个bin文件
model loader:这部分是如何在代码中加载flash中的model bin

通过上面两个工具,可以在服务器端将模型打包好,下载到flash的指定分区,然后在程序中加载

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants