I am trying to use pocketsphinx_continuous but I get bad results. I am using the official model. I created a GitHub repository with the exact models and cli-arguments I used and with the results I got. See: https://github.com/inktrap/cmusphinx-de
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to use pocketsphinx_continuous but I get bad results. I am using the official model. I created a GitHub repository with the exact models and cli-arguments I used and with the results I got. See: https://github.com/inktrap/cmusphinx-de
Update pocketsphinx & sphinxbase from github, results would be
Make sure you get the same cmn_live.c line.
Wow! That was fast! Thanks! (I used the debian version because stable is recommended in the documentation and they are the same).
I installed the recent versions (User:
cmusphinx
)The
cmn_live.c
lines don't match.Btw.: Here is the script:
Last edit: inktrap 2017-01-30
If I am using
cmusphinx-de-ptm-voxforge-5.2
I getYou probably edited the model file feat.params somehow. It should start with 40,3,-1.
I tried it again with the current models from https://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/German/ and get same output
running:
And I did not change
feat.params
:Last edit: inktrap 2017-02-09
Could you share your working configuration?
Please also have a look at my repository here:
https://github.com/inktrap/cmusphinx-de
Add -vad_threshold 3.5 and it should work as expected.