Speech Recognition Engines

Flat
Declaring a GMM using HTK
User: Omar Abdalla
Date: 2/1/2014 1:14 pm
Views: 5649
Rating: 12

Dear Guys,

I work on a Speaker-Identification system, where the speaker models are GMM. I think I can model GMM as a single-state HMM, in which the observation probability distribution is GMM. I wrote teh following HMM model:

~h "Sp1"
<BeginHMM>
<VecSize> 13 <MFCC>
<NumStates> 1
<TransP> 1
1.0
<EndHMM>


However, the following error occurs:

HMM Def Error: GetToken: expecting V1 style MMF header #!MMF!# at line 6/col 2/char 72 in Sp1.TXT
  ERROR [+7050]  HMError:
HMM Def Error: GetOption: GetToken failed at line 6/col 3/char 73 in Sp1.TXT
  ERROR [+7050]  HMError:
HMM Def Error: GetHMMDef: GetOption failed at line 6/col 4/char 74 in Sp1.TXT
  ERROR [+7050]  HMError:
  ERROR [+7032]  LoadHMMSet: GetHMMDef failed
  ERROR [+2128]  Initialise1: LoadHMMSet failed
 FATAL ERROR - Terminating program HRest

What is wrong with this model??

Thanks in advance

 

--- (Edited on 2/1/2014 1:14 pm [GMT-0600] by Visitor) ---

Re: Declaring a GMM using HTK
User: shwetabansal
Date: 7/5/2014 1:35 am
Views: 251
Rating: 8

Hi omar

 

Did u get the solution of ur problem?Actually i am also stuck into the same problem, please help me to resolve it.

 

Thanks 

Shweta

--- (Edited on 7/5/2014 1:35 am [GMT-0500] by shwetabansal) ---

Re: Declaring a GMM using HTK
User: Atishya
Date: 9/2/2014 6:08 am
Views: 2197
Rating: 4

Hi everyone

Has a solution to this problem been found yet? I am trying to form the first hmm model file. I have followed a similar set up.

Any help will be greatly appreciated.

~o
<STREAMINFO> 1 13
<VECSIZE> 13<NULLD><MFCC><DIAGC>
~v varFloor1
<Variance> 13
0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01
~h "hmm"
<BEGINHMM>
<NUMSTATES> 1
<TransP> 1
1.000000e+000
<ENDHMM>

but the error I am getting is:

HMM Def Error: GetOption: Ilegal Option Symbol at line 10/col 9/char 198 in ./models/hmm.1.0.0
  ERROR [+7050]  HMError: 

HMM Def Error: GetHMMDef: GetOption failed at line 10/col 10/char 199 in ./models/hmm.1.0.0
  ERROR [+7050]  HMError: 

HMM Def Error: LoadAllMacros: GetHMMDef failed at line 1/col 0/char -1 in ./models/hmm.1.0.0
  ERROR [+7050]  HMError: 

  ERROR [+7050]  LoadHMMSet: Macro name expected 

  ERROR [+2321]  Initialise: LoadHMMSet failed

--- (Edited on 9/2/2014 6:08 am [GMT-0500] by Visitor) ---

PreviousNext