VoxForge
i am using windows 7 and wish to run htk3.4.1 on my system but while running demo HTKDemo/configs/monPlainM1S1.dcf.i am getting an error message.can u please help me what wrong in this..
" Test Config File Read
=====================
Parameter Value
-----------------------
hsKind p
covKind d
nStreams 1
nMixes 1
Context m
TiedState n
VQ_clust l
HERest_Iter 3
HERest_par_mode n
Clean_up y
Trace_tool_calls y
HCopy n
HList n
HQuant n
HLEd n
HInit y
HRest y
HERest y
HSmooth n
HVite y
1 file(s) copied
1 file(s) copied
1 file(s) copied
1 file(s) copied
1 file(s) copied
1 file(s) copied
Cleaning up directories
the system cannot find the path specified
Done cleaning
Proto Config File Read
======================
Parameter Value
-----------------------
hsKind p
covKind d
nStates 3
nStreams 1
sWidths 26
mixes 1
parmKind MFCC_E_D
vecSize 26
outDir proto
hmmList lists/bcplist
Writing HMMSet
Writing HMMDef to proto/S
Writing HMMDef to proto/C
Writing HMMDef to proto/V
Writing HMMDef to proto/N
Writing HMMDef to proto/L
Calling HInit for HMM S
'HInit' is not recognized as an internal or external command,operable program or a batch file
Calling HInit for HMM C
'HInit' is not recognized as an internal or external command,operable program or a batch file
Calling HInit for HMM V
'HInit' is not recognized as an internal or external command,operable program or a batch file
Calling HInit for HMM N
'HInit' is not recognized as an internal or external command,operable program or a batch file
Calling HInit for HMM L
'HInit' is not recognized as an internal or external command,operable program or a batch file
Source Directory Empty hmms/hmm.0
But I should get this:
On the training set:
------------------------ Overall Results --------------------------
SENT: %Correct=0.00 [H=0, S=7, N=7]
WORD: %Corr=77.63, Acc=74.89 [H=170, D=37, S=12, I=6, N=219]
===================================================================
On the test set:
------------------------ Overall Results --------------------------
SENT: %Correct=0.00 [H=0, S=3, N=3]
WORD: %Corr=63.91, Acc=59.40 [H=85, D=35, S=13, I=6, N=133]
===================================================================
Do yo know what could be the problem? Can you help me please?
>'HInit' is not recognized as an internal or external command,operable program or a batch file
is HInit in your path?
see this page:
http://www.voxforge.org/home/dev/acousticmodels/windows/create/htkjulius/how-to/download
to see how to set your Cygwin path (I am assuming you are using Cygwin...)
I'm just try your way and it works!
Wonderful we don't know why but it does work.
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\office>cd\
C:\>cd htk
C:\htk>HInit -A -D -T l -S trainlist.txt -M model/ hmm0 \ -H model / hmmfile -l
label -L label_dir name of hmm
'HInit' is not recognized as an internal or external command,
operable program or batch file.
C:\htk>
parameter are configure and .mfcc files are created but now i face error message that HInit' is not recognized as an internal or external command,
operable program or batch file.
It works because when HInit is in your path you can call\open it, alternatively you can add bin.win32 to your path (in user variables) so you can call HInit and all the other commands from commandline without any trouples.