I have a Croatian "alphanumeric" acoustic model with the decode slave giving a
7% WER.
Now, I would like to use this model for decoding individual new files, but the
results aren't nearly as good. I tried running this
Pyhton script, only with my own models on some of the files I used in the
training and testing, but the only output is zero or one letters, usually
wrong.
I noticed that there is no way to specify the decoding parameters (such as the
sampling rate etc.). Is it possible to give the script a sphinx_decode.cfg
file? Can it somehow be achieved in pocketsphinx_batch? I didn't find much
info about this in the man page.
If I try running pocketsphinx_continuous I don't see any output in the
terminal and there isn't a hyp file anywhere, either.
This is the output I get after running pocketsphinx_continuous:
If database decoder can produces the results while pocketsphinx_continuous
doesn't it means that the features for training were not extracted correctly.
Feature extraction parameters are configured in the file etc/feat.params. You
can learn more about that by reading the tutorial
Hello,
I have a Croatian "alphanumeric" acoustic model with the decode slave giving a
7% WER.
Now, I would like to use this model for decoding individual new files, but the
results aren't nearly as good. I tried running
this
Pyhton script, only with my own models on some of the files I used in the
training and testing, but the only output is zero or one letters, usually
wrong.
I noticed that there is no way to specify the decoding parameters (such as the
sampling rate etc.). Is it possible to give the script a sphinx_decode.cfg
file? Can it somehow be achieved in pocketsphinx_batch? I didn't find much
info about this in the man page.
If I try running pocketsphinx_continuous I don't see any output in the
terminal and there isn't a hyp file anywhere, either.
This is the output I get after running pocketsphinx_continuous:
And this is the output of the aforementioned Python script:
Hello
If database decoder can produces the results while pocketsphinx_continuous
doesn't it means that the features for training were not extracted correctly.
Feature extraction parameters are configured in the file etc/feat.params. You
can learn more about that by reading the tutorial
http://cmusphinx.sourceforge.net/wiki/tutorialam#configure_sound_feature_para
meters
OK, thanks for the advice. I'll take a look at that part.