githubharald / CTCWordBeamSearch

Connectionist Temporal Classification (CTC) decoder with dictionary and language model.
https://towardsdatascience.com/b051d28f3d2e
MIT License
557 stars 160 forks source link

CTC word beam search usage for word spotting #62

Closed anofryev closed 2 years ago

anofryev commented 2 years ago

I am looking for an algorithm that i can use for effective keyword spotting on ctc-loss based nn output. Is there a way to use this algorithm for keyword spotting, or can you give an advice which algorithm to use for that purpose?

githubharald commented 2 years ago

You can of course use this algo and check if the word is contained in the output. I'm not aware of any special algo which was developed for work spotting in CTC trained networks.