VoxForge
And when I put ''./runDemo configs/monPlainM1S1.dcf'' in, I get this:
elektronik@ubuntu:~/Namizje/htk/HTKDemo$ ./runDemo configs/monPlainM1S1.dcf
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
Cleaning up directories
Done cleaning
./MakeProtoHMMSet protoconfs/proto_s1_m1_dc.pcf
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
sh: HInit: not found
Calling HInit for HMM C
sh: HInit: not found
Calling HInit for HMM V
sh: HInit: not found
Calling HInit for HMM N
sh: HInit: not found
Calling HInit for HMM L
sh: HInit: not found
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?
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
sh: copy: not found
sh: copy: not found
sh: copy: not found
sh: copy: not found
sh: copy: not found
sh: copy: not found
Cleaning up directories
sh: del: not found
sh: del: not found
sh: del: not found
sh: del: not found
sh: del: not found
sh: del: not found
sh: del: not found
Done cleaning
Cannot find proto config file protoconfs\proto_s1_m1_dc.pcf
Hi Guys,
I am also having same issue, I have created directories (hmms, hmms/hmm.0, hmms/hmm.1, hmms/hmm.2, test, proto) and also updated the path by using sudo gedit /etc/environment
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/hemanth/bin/htk/HTKTools"
and ran below command
./runDemo configs/monPlainM1S1.dcf
Still getting same issues
Calling HInit for HMM S
sh: 1: HInit: not found
Calling HInit for HMM C
sh: 1: HInit: not found
Calling HInit for HMM V
sh: 1: HInit: not found
Calling HInit for HMM N
sh: 1: HInit: not found
Calling HInit for HMM L
sh: 1: HInit: not found
Source Directory Empty hmms/hmm.0
Could any help me out to solve this problem.
>HInit: command not found
you need to update your user path settings - see the VoxForge Tutorial: Linux: Download HTK, Julius & Audacity
Hi! I made it. It's finaly working...
If someone will ever need this, command for adding paths in Ubuntu is:
sudo gedit /etc/environment
(PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/elektronik/Namizje/htk/HTKTools")
Thanks again for all your help,
Regulator
Just go to your samples directory where you will find HTKDemo directory inside this driectory find runDemo file and open in text editor search HInit in file and just make it like this ./HInit it will work .
If it not work set enviroment varible path then then try this.
I spent 3 days and find this solution and now its working for me