VoxForge
--- (Edited on 8/27/2008 1:38 am [GMT-0500] by Visitor) ---
Hi triple x,
> Also if i use MFCC_0_D_N_Z i can't perform HCopy directly usin this
> option and therefore i will have to use something like MFCC_0_D and then
> later change to MFCC_0_D_N_Z. But when it comes to testing i get a error
> saying Incompatible sample kind MFCC_D_0 vs MFCC_D_N_Z_0
>How do i overcome this?
You need to do the converstion from MFCC_0_D to MFCC_0_D_N_Z in the proto file and with the HCompV command, not by using HERest... See this post MFCC_D_N_Z_0 format, and see Step 6 - Creating Flat Start Monophones of the VoxForge acoustic model creation tutorial.
Ken
--- (Edited on 8/27/2008 10:08 am [GMT-0400] by kmaclean) ---
Hello Ken,
I met the same mistack with Triple x.
I firstly used config file as:
----------------------------------------------
SOURCEFORMAT = WAV
TARGETKIND = MFCC_0_D_A
TARGETRATE = 100000.0
SAVECOMPRESSED = T
SAVEWITHCRC = T
WINDOWSIZE = 250000.0
USEHAMMING = T
PREEMCOEF = 0.97
NUMCHANS = 26
CEPLIFTER = 22
NUMCEPS = 12
-------------------------------------------
to run HCopy and got the MFCC test file.
Then I use HVite to recognise the test data.
It errors like:
ERROR [+3231] ProcessFile: Incompatible sample kind MFCC_D_A_0 vs MFCC_D_N_Z_0
=======================================
Then I tried to use "TARGETKIND = MFCC_0_D_N_Z" in the config and ran the HCopy command again.
The error is:
ERROR [+1019] SetConfParms: incompatible TARGETKIND=MFCC_0_D_N_Z for coding
Neither method could work..
Could you please help me?
--- (Edited on 5/29/2012 10:42 am [GMT-0500] by NancyZxll) ---
Hi
you must use config file in HVite command. I have this problem with this form use of HVite:
HVite -T 1 -S Test\test.scp -m -H hmm4\hmmdefs -i recout.mlf -w wdnet voxlexi tiedlist
but when I use HVite this form it's ok:
HVite -T 1 -C config -S Test\test.scp -m -H hmm4\hmmdefs -i recout.mlf -w wdnet voxlexi tiedlist
my config file was:
----------------------------------------
TARGETKIND = MFCC_0_D_N_Z
TARGETRATE = 100000.0
SAVECOMPRESSED = T
SAVEWITHCRC = T
WINDOWSIZE = 250000.0
USEHAMMING = T
PREEMCOEF = 0.97
NUMCHANS = 26
CEPLIFTER = 22
NUMCEPS = 12
--------------------------
--- (Edited on 8/16/2014 3:10 am [GMT-0500] by Meysam) ---