VoxForge
I am running the accoustic model creation script on Linux and I get the following error in step 8:
realign hmm7
"ERROR [+6510] LOpen: Unable to open label file interim_files/mfcc/sample1.lab
FATAL ERROR - Terminating program HVite"
I am using HTK 3.3.
What am I doing wrong?
Thanks,
--- (Edited on 11/20/2006 3:56 pm [GMT-0600] by sjmacgregor) ---
Each line of your prompts file likely needs a "*/" (star & forward slash) before each file name. Your first prompt line should look something like this:
*/sample1 DIAL ONE TWO THREE FOUR FIVE SIX SEVEN EIGHT NINE OH ZERO
I looks like the prompts file in Step 2 of the How-to was updated to exclude
the "*/", but the acoustic model training script was not updated.
Let me know if that fixes it - if it does I'll write up a ticket.
Ken
--- (Edited on 11/20/2006 11:21 pm [GMT-0500] by kmaclean) ---