VoxForge
hi i followed the steps till here properly...but when i ran HERest then it gave me the following error..could anyone tell me what is wrong..also i have the same names for my wav files and the label files.. thank you..
i7922737@w11508:~/voxforge/manual$ ./HERest -A -D -T 1 -C config -L phones0.mlf -t 250.0 150.0 1000.0 -S train.scp -H hmm0/macros -H hmm0/hmmdefs -M hmm1 monophones0
./HERest -A -D -T 1 -C config -L phones0.mlf -t 250.0 150.0 1000.0 -S train.scp -H hmm0/macros -H hmm0/hmmdefs -M hmm1 monophones0
HTK Configuration Parameters[10]
Module/Tool Parameter Value
# NUMCEPS 12
# CEPLIFTER 22
# NUMCHANS 26
# PREEMCOEF 0.970000
# USEHAMMING TRUE
# WINDOWSIZE 250000.000000
# SAVEWITHCRC TRUE
# SAVECOMPRESSED TRUE
# TARGETRATE 100000.000000
# TARGETKIND MFCC_0_D_N_Z
HERest ML Updating: Transitions Means Variances
System is PLAIN
43 Logical/43 Physical Models Loaded, VecSize=25
2 MMF input files
Pruning-On[250.0 150.0 1000.0]
Processing Data: sample1.mfc; Label sample1.lab
ERROR [+6510] LOpen: Unable to open label file phones0.mlf/sample1.lab
FATAL ERROR - Terminating program ./HERest
i7922737@w11508:~/voxforge/manual$
>when i ran HERest then it gave me the following error
Your command uses a capital "L" for phones0.mlf:
$ ./HERest -A -D -T 1 -C config -L phones0.mlf -t 250.0 150.0 1000.0 -S train.scp -H hmm0/macros -H hmm0/hmmdefs -M hmm1 monophones0
Could it be that it needs a lower case "l":
$HERest -A -D -T 1 -C config -I phones0.mlf -t 250.0 150.0 1000.0 -S train.scp -H hmm0/macros -H hmm0/hmmdefs -M hmm1 monophones0