Comments

Flat
Re: HTK install...
User: regulator
Date: 7/21/2011 7:41 am
Views: 126
Rating: 8

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?

Re: HTK install...
User: Shanu
Date: 1/30/2014 3:11 pm
Views: 28
Rating: 5

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

Re: HTK install...
User: heye10
Date: 11/3/2014 6:18 am
Views: 113
Rating: 5

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.

 

Re: HTK install...
User: kmaclean
Date: 7/21/2011 9:05 am
Views: 60
Rating: 8

>HInit: command not found

you need to update your user path settings - see the VoxForge Tutorial: Linux: Download HTK, Julius & Audacity

Re: HTK install...
User: regulator
Date: 7/21/2011 2:58 pm
Views: 153
Rating: 10

Hi! I made it. It's finaly working... Smile

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

Re: HTK install...
User: dexter
Date: 3/28/2013 4:58 am
Views: 127
Rating: 6

hi..

i am having same problem trying to install htk.

how did u make it work?

Re: HTK install...
User: kmaclean
Date: 3/30/2013 8:34 pm
Views: 297
Rating: 3

>i am having same problem trying to install htk.

need more info...

Re: HTK install...
User: Visitor
Date: 9/9/2013 3:42 pm
Views: 39
Rating: 6

Would you please explain how you fixed the problem?

I have the same problem, but do not know how to fix it!

Re: HTK install...
User: laiqkhan0000
Date: 11/12/2019 9:29 pm
Views: 1
Rating: 0

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

Re: HTK install...
User: Rambod Rahmani
Date: 9/25/2013 8:56 am
Views: 42
Rating: 4

I have the same problem on ubuntu 13 64-bit!

 

Can you please tell me how did get thourgh it?

PreviousNext