githubharald / CTCWordBeamSearch

Connectionist Temporal Classification (CTC) decoder with dictionary and language model.

Home Page:https://harald-scheidl.medium.com/b051d28f3d2e

Repository from Github https://github.comgithubharald/CTCWordBeamSearchRepository from Github https://github.comgithubharald/CTCWordBeamSearch

CTC word beam search usage for word spotting

anofryev opened this issue · comments

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?

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.