I was wondering how many hours of voice recordings have been used to create
the hmm/en_US/hub4wsj_sc_8k acoustic library. Do you have an estimate of how
many hours?
The current accuracy level of the modified sample program is poor and I'm
trying to figure out how to improve the overall accuracy. I have been reading
up on this portion of the tutorial. http://cmusphinx.sourceforge.net/wiki/tutorialadapt
In other voice recognizers I can modify the beam length and other parameters.
Is there something that can tell me how to modify those parameters?
When the sentence is too long it seems to cause pocketsphinx to fail.
Error:
INFO:fsg_lextree.c(251):13665HMMnodesinlextree(12274leaves)INFO:fsg_lextree.c(253):Allocated1475820bytes(1441KiB)foralllextreenodesINFO:fsg_lextree.c(256):Allocated1325592bytes(1294KiB)forlextreeleafnodesINFO:cmn.c(175):CMN:50.49-0.362.140.47-0.49-1.05-0.02-0.40-0.230.160.22-0.130.36INFO:fsg_search.c(1030):633frames,56007HMMs(88/fr), 61097 senones (96/fr), 52530 history entries (82/fr)INFO:fsg_search.c(1407):Startnode<sil>.0:2:131INFO:fsg_search.c(1446):Endnode<sil>.527:540:632(-1611)INFO:fsg_search.c(1662):latticestartnode<sil>.0endnode<sil>.527INFO:ps_lattice.c(1352):NormalizerP(O)=alpha(<sil>:527:632)=-536870912WARNING:"fsg_search.c",line1155:Failedtobestpathinalattice
Regards,
Mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All,
I was wondering how many hours of voice recordings have been used to create
the hmm/en_US/hub4wsj_sc_8k acoustic library. Do you have an estimate of how
many hours?
The current accuracy level of the modified sample program is poor and I'm
trying to figure out how to improve the overall accuracy. I have been reading
up on this portion of the tutorial.
http://cmusphinx.sourceforge.net/wiki/tutorialadapt
In other voice recognizers I can modify the beam length and other parameters.
Is there something that can tell me how to modify those parameters?
When the sentence is too long it seems to cause pocketsphinx to fail.
Error:
Regards,
Mike
http://www.cs.cmu.edu/~archan/s_info/Sphinx3/doc/s3_description.html#sec_exec
633 frames ain't too long. Anyway, that's just a warning, not an error. Is
that your complete log?
Here is the full output, with gdb. The code provides output for a smaller
sentence put not the one I used. There doesn't seem to be a failure message.
Other sentence output:
Sorry, this is just a guess, but is your sentence according to grammar?
Secondly, can you add some silence to second file 'mister light from ..' to
make it as long as first one and see if the problem is duplicated?