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

Wakeword not accurate #219

Open
HirschiL opened this issue Jan 18, 2022 · 1 comment
Open

Wakeword not accurate #219

HirschiL opened this issue Jan 18, 2022 · 1 comment

Comments

@HirschiL
Copy link

I'm trying to make a custom wakeword. I'm following this guide: Training your own wake word. Here are my steps to do my wake word:

  • precise-collect
  • precise-train
  • precise-train-incremental
  • precise-test
  • precise-listen
  • precise-convert

After I have done all those steps, I configurate a json file with this command:

mycroft-config edit user

Here is my config:

{
  "max_allowed_core_version": 21.2,
  "listener": {
    "wake_word": "hey-nestore"
  },
  "hotwords": {
    "hey-nestore": {
      "module": "precise",
      "local_model_file": "/home/pi/mycroft-precise/hey-nestore.pb",
      "sensitivity": 0.1,
      "trigger_level": 10
    }
  }
}

Sensitity to 0.1 to prevent false positives and trigger_level to 10 to prevent Mycroft to unintentionally activate.

Then I reload the config with:

mycroft-config reload

And finally lauch the client with:

mycroft-cli-client

Now, with my model and my training (don't forget that I have done the "precise-train-incremental" training too), the detection of my wakeword is very inaccurate. When clapping in my hand, the client detect my wakeword.
Am I the only one, who can't make an accurate model ?

@el-tocino
Copy link

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