Click here to register.

Comments

Flat
error [+6210]
User: puphe_88
Date: 11/28/2009 8:32 pm
Views: 711
Rating: 0    Rate [
]

i'm running htk in windows and i've a problem in HCompv

my command is

HcompV -C setting/conf2.cfg -f 0.01 -m -S data/train/train.scp -M hmm/hmm0 hmm/proto/proto

error [+6210] openwave input : cannot open waveform file data/train/mfcc/bela.mfc

 

conf2.cfg same as config but in targetkind i'm using MFCC_0_D_A

proto and train.scp are similar that you used


contents of train that i use is

data/train/mfcc/bela.mfc
data/train/mfcc/kado.mfc

 

can you help me?

 

Reply
Re: error [+6210]
User: kmaclean
Date: 12/13/2009 7:46 pm
Views: 10
Rating: 0    Rate [
]

>error [+6210] openwave input : cannot open waveform file

>data/train/mfcc/bela.mfc

This is a path issue - HTK is very finicky with paths.

Maybe HTK requires "./" (dot slash) before the path for your file (e.g. "./data/train/mfcc/bela.mfc") in your train.scp. 

It may simply be that HTK does not like having the train.scp file in a subdirectory.

Try it with a full path to see what happens.  Experiment.

Ken

Reply
Re: error [+6210]
User: puphe
Date: 12/14/2009 11:37 pm
Views: 6
Rating: 0    Rate [
]

i've change in train.scp with add ./ (dot slash) or change with full path

but failed

now, i've error +6251

Do u have solution to from my problem ?

my conf.cfg

SOURCEFORMAT = WAV
TARGETKIND = MFCC_0
TARGETRATE = 100000.0
SAVECOMPRESSED = T
SAVEWITHCRC = T           
WINDOWSIZE = 250000.0      
USEHAMMING = T         
PREEMCOEF = 0.97       
NUMCHANS = 26          
CEPFILTER = 22          
NUMCEPS = 12         
ENORMALISE = T           

my conf2.cfg

SOURCEFORMAT = WAV
TARGETKIND = MFCC_0_D_A
TARGETRATE = 100000.0
SAVECOMPRESSED = T
SAVEWITHCRC = T           
WINDOWSIZE = 250000.0      
USEHAMMING = T         
PREEMCOEF = 0.97       
NUMCHANS = 26          
CEPFILTER = 22          
NUMCEPS = 12         
ENORMALISE = T  

*WITH ONE BLANK LINE HERE*




 

Reply
i've error +6251
User: kmaclean
Date: 12/15/2009 4:23 pm
Views: 11
Rating: 0    Rate [
]

What does the HTK book say about "error +6251"?

Reply
PreviousNextAdd