Speech Recognition Engines

Flat
Htk HInit Error
User: aka07
Date: 12/21/2011 5:11 am
Views: 5075
Rating: 10

I was just using htk to make a model for signal data being converted
into a vector data file. I converted it to HTK format with the
following settings.

SOURCEFORMAT = NOHEAD
TARGETKIND = WAVEFORM
SOURCERATE = 10000
TARGETRATE = 20000
TARGETFORMAT= HTK


After that I created a prototype model as follows

~o <VecSize> 1 <USER>
~h "s40"
<BeginHMM>
<NumStates> 5
<State> 2
<Mean> 1
0.0
<Variance> 1
1.0
<State> 3
<Mean> 1
0.0
<Variance> 1
1.0
<State> 4
<Mean> 1
0.0
<Variance> 1
1.0
<TransP> 5
0.0 0.5 0.5 0.0 0.0
0.0 0.4 0.3 0.3 0.0
0.0 0.0 0.4 0.3 0.3
0.3 0.0 0.0 0.4 0.3
0.0 0.0 0.0 0.0 1.0
<EndHMM>


And once I start the model estimation , I get the following error.

No HTK Configuration Parameters Set

Initialising  HMM s1 . . .
 States   :   2  3  4 (width)
 Mixes  s1:   1  1  1 (  1  )
 Num Using:   0  0  0
 Parm Kind:  USER
 Number of owners = 1
 SegLab   :  s1
 maxIter  :  20
 epsilon  :  0.000100
 minSeg   :  3
 Updating :  Means Variances MixWeights/DProbs TransProbs

 - system is PLAIN
 ERROR [+6371]  ValidCodeParms: parm frame rate 0.000000 unlikely
 FATAL ERROR - Terminating program HInit


Any solution would be appreciated.

--- (Edited on 12/21/2011 5:11 am [GMT-0600] by aka07) ---

Re: Htk HInit Error
User: Muskan
Date: 12/3/2013 2:40 pm
Views: 1719
Rating: 7

same problem with me... any solution?

--- (Edited on 12/3/2013 2:40 pm [GMT-0600] by Visitor) ---

PreviousNext