Hey Willow Dataset #179
Replies: 2 comments
-
Hey @StuartIanNaylor - great to see you here! We're currently very heads down to prepare for our 1.0 release to address many of the pain points you'll see in our issue tracker, discussions, etc. The reality is we didn't have plans for additional wake word support for another month at least so the timing is perfect here. That said, we (as well as the community) are definitely interested in wake training process that doesn't depend on Espressif (and could potentially lead to better outcomes)! I'll be able to review this and any other provided resources in the next couple of days. Feel free to drop in any other references, existing projects, papers, etc that you think could be of benefit. Thanks, the potential here is exciting! |
Beta Was this translation helpful? Give feedback.
-
I think https://github.com/espressif/tflite-micro-esp-examples and the upstream https://github.com/tensorflow/tflite-micro as that might give some real nice tricks like on device training where its actually on another device that is the local server to ship OTA. You have to go back to the full tensorflow to get the readme https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/experimental/microfrontend/README.md I think there might be some inspiration from the above in the Espressif blobs and could never work out if the LSTM layer was licenced and maybe why a blob. The BcResNet is compatible.
As the default is .afe_mode = SR_MODE_LOW_COST and swap to HIGH_PERF with WakeNet8, I keep procrastinating but the AFE itself is also interesting. |
Beta Was this translation helpful? Give feedback.
-
Ask users to record them speaking 'Hey Willow' and some phonetic pangrams.
Even better create a 'Willow recorder' image so you have samples from the device and maybe setup as USB or Websocket.
I created a very rough and ready cli dataset builder 'boutique' that maybe a spring board for the app ideas?
https://github.com/StuartIanNaylor/Dataset-builder
Beta Was this translation helpful? Give feedback.
All reactions