-
I just wanted to try ur igesture tool. When I read the manual it is mentioning about the gestures captured by an input device....
Can you capture gestures using a web cam also??
How should i proceed to create a gesture?
tho_mee.
2009-01-28 04:26:33 UTC in iGesture - Gesture Recognition Framework
-
hi..
i recorded my voice as .wav files and made the above mentioned changes in config file . But some error is coming during feature extraction
i am posting the same below.
-cfg not specified, using the default ./etc/sphinx_train.cfg
-param not specified, using the default ./etc/feat.params
bin/wave2feat \
-verbose yes \
-alpha 0.97 \
-dither yes \
-doublebw no \
-nfilt 40 \...
2009-01-06 11:30:58 UTC in CMU Sphinx
-
hai again....
I think I was not clear about what i asked...
I made the jar file of the acoustic model and that is DBR_8gau_13dCep_16k_40mel_140Hz_6800Hz.jar
It was formed in the sphinx4/lib folder.
I had made the changes in the manifest file.
Main-Class: edu.cmu.sphinx.demo.helloworld.HelloWorld
Class-Path: ../lib/sphinx4.jar ../lib/jsapi.jar...
2009-01-06 04:03:42 UTC in CMU Sphinx
-
hai..
before running the code I had tried
/sphinx4$ java -jar lib/DBR_8gau_13dCep_16k_40mel_140Hz_6800Hz.jar
Unable to access jarfile lib/DBR_8gau_13dCep_16k_40mel_140Hz_6800Hz.jar
I tried for all other jar files also the same message comes....
2009-01-05 11:16:04 UTC in CMU Sphinx
-
Hello
I am trying to run the HelloWorld demo using the acoustic model created
But I am getting this error......What is the problem??
$java -mx256m -jar bin/HelloWorld.jar
Exception in thread "main" Property Exception component:'flatLinguist' property:'acousticModel' - mandatory property is not set!
edu.cmu.sphinx.util.props.InternalConfigurationException
at...
2009-01-05 09:28:14 UTC in CMU Sphinx
-
They have also asked to copy two .mdef files to DB/etc folder.
But I found 4 .mdef files
an4.1000.mdef
an4.alltriphones.mdef
an4.ci.mdef
an4.untied.mdef
in the an4/model_architecture folder.Which are the two mentioned by them ? One is the *.ci.mdef which is the other?Hope I am right...
Do i need to rename them or is it enough to give these names in the model.props file? In model.props...
2009-01-02 08:59:01 UTC in CMU Sphinx
-
hai...
I have created the acoustic model using SphinxTrain. I created a folder DB in Sphinx4/models/acoustic and copied the acoustic model created by SphinxTrain in modelparameters/an4.cd_cont_1000_8 to it.
They are also mentioning a .dic file and a fillerdic file. Should we manually create these and place it in DB/dict folder or are they also created by SphinxTrain? Since the training...
2009-01-02 08:27:18 UTC in CMU Sphinx
-
k.
i continued and at MODULE: 50 Training Context dependent models also i got some errors. There is no problem with that also??? I have copied a part of the error message below...
One more thing i wanted to know...
Is it possible to place .wav files recorded by me in the an4/wav folder( which now has .sph files) and do this training and get a speech recognition system which recognizes my...
2009-01-01 09:21:26 UTC in CMU Sphinx
-
I am totally new to sphinx...Hope someone can help me out.
I downloaded SphinxTrain trainer and an4_sphere database. I have copied both to a folder and have run the following.
cd SphinxTrain
./configure
make
perl scripts_pl/setup_tutorial.pl an4
cd an4
perl scripts_pl/make_feats.pl -ctl etc/an4_train.fileids
till now there is no problem....
After this rather than running all...
2009-01-01 07:52:29 UTC in CMU Sphinx