wenet-e2e / wekws

Production First and Production Ready End-to-End Keyword Spotting Toolkit
Apache License 2.0
463 stars 113 forks source link

[ctc]fix false rejection result from long time silence. #149

Closed duj12 closed 1 year ago

duj12 commented 1 year ago

In the long time online kws case, the CTC kws will cache some results of keyword. If they were not reset properly, it will cause false rejection. You can see this issue https://github.com/duj12/kws_demo/issues/2. This PR is to fix this issue.