VoxForge
Re: HTK: Using external coefficients vectors problem.
hi i also want to use different features for speech recognition like plp, rasta instead of mfcc.can u suggest me hw did u convert into .htk ur own features(matrices in matlab).
as i followed the same steps from this site upto step5
after that i used "writhtk function" in matlab through which i computed plp coefficients "in htk format".Instead of mfcc i saved them in
C:\cygwin\home\Administrator\voxforge\train\mfcc\sample1.plp and so on
i have changed the codetrain , train.scp accordingly.
but on running HcompV i m getting error as follows:
Administrator@vishal /home/Administrator/voxforge/auto
$ HCompV -A -D -T 1 -C config_p -f 0.01 -m -S train_p.scp -M hmm0 proto_p
C:\cygwin\HTK\htk-3.3-windows-binary_2\htk\HCompV.exe -A -D -T 1 -C config_p -f
0.01 -m -S train_p.scp -M hmm0 proto_p
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 PLP_D_A_Z_0
HMM Def Error: LoadHMMSet: Inconsistent HMM macro name at line 1/col 0/char -1 i
n proto_p
ERROR [+7050] HMError:
ERROR [+2028] Initialise: LoadHMMSet failed
FATAL ERROR - Terminating program C:\cygwin\HTK\htk-3.3-windows-binary_2\htk\HC
ompV.exe
--- (Edited on 10/16/2010 4:43 pm [GMT-0500] by aspirant) ---