kahrendt / microWakeWord

A TensorFlow based wake word detection training framework using synthetic sample generation suitable for certain microcontrollers.
Apache License 2.0
276 stars 20 forks source link

Ability to convert openWakeWord models to microWakeWord? #13

Closed sammcj closed 7 months ago

sammcj commented 7 months ago

Is there any way to convert openWakeWord models to microWakeWord?

I've been trying to use the provided notebooks to generate hey_ollama but haven't had any success so was wondering if I could convert my existing models? (attached for reference).

hey_ollama.zip

synesthesiam commented 7 months ago

No, the models use different architectures entirely. openWakeWord is based on a Google embedding model, while microWakeWord uses something called Inception.

sammcj commented 7 months ago

Ah, I see, thanks for letting me know!