PyLaia icon indicating copy to clipboard operation
PyLaia copied to clipboard

Decoding nn output with dictionary and keyword spoting

Open anofryev opened this issue 3 years ago • 2 comments

Can not find any actual examples or documentation of how to use PyLaia for keyword spotting and decoding the output with dictionary and language model. Are there some examples of how to do that? Please ,i'll be grateful for any info

anofryev avatar Feb 14 '22 12:02 anofryev

There are some examples in this directory:

https://github.com/carmocca/PyLaia-examples/tree/master/legacy

Note that you will need to install an old PyLaia version to run them, particularly this one:

https://github.com/jpuigcerver/PyLaia/tree/v0.1.0

carmocca avatar Feb 16 '22 12:02 carmocca

There are some examples in this directory:

https://github.com/carmocca/PyLaia-examples/tree/master/legacy

Note that you will need to install an old PyLaia version to run them, particularly this one:

https://github.com/jpuigcerver/PyLaia/tree/v0.1.0

Thanks. Can you specify please which folders will be better for me to inspect? I see here some kws experiments, based on a phocnet, but i need based on a recurrent nn with line-level image input

anofryev avatar Feb 17 '22 06:02 anofryev