Menu

problem in sphinxtrain decoding

Help
sainttail
2011-10-05
2012-09-22
  • sainttail

    sainttail - 2011-10-05

    Hello, I'm here again.

    Last month I have finally build my own acoustic model about chess pieces and
    it work really good.
    However, now I start to build the new model about walk, left, right something
    like that.

    It passed

    ./scripts_pl/runall.pl
    

    with no problem occur.

    then I do

    ./scripts_pl/decode/slave.pl
    

    I have got an error look like this

    $ ./scripts_pl/decode/slave.pl
    MODULE: DECODE Decoding using models previously trained
            Decoding 7 segments starting at 0 (part 1 of 1)
            0%
            Aligning results to find error rate
    Can't open /cygdrive/d/projectvoice/makemodel/mm/result/mm-1-1.match
    word_align.pl failed with error code 65280 at ./scripts_pl/decode/slave.pl line
    173.
    

    so I try to use my previous model and do this step.
    but it also gives the same error.

    anyway, I ignore that because it a step that check.
    after that check it with pocketsphinx_continuous with those new model
    but every word I said, It gives no answer.

    I think I did the same thing as my previous work.
    Anyway how to fix this?
    Thank you.

     
  • Nickolay V. Shmyrev

    1. See logdir for details
    2. Try if you can run pocketsphinx_batch.exe from bin folder
    3. Try to run pocketsphinx_batch.exe with arguments configured by ./scripts_pl/decode/psdecode.pl
     
  • sainttail

    sainttail - 2011-10-07

    Thx Mr.nshmyrev for the answer

    I have manage to solve that problem.
    The problem that it gives no result is because my language model file that I
    generate from cmuclmtk.
    But instead of use cmuclmtk to generate language model file, I have used
    online language model tool from this link
    http://www.speech.cs.cmu.edu/tools/lmtool-
    new.html

    and it gives the acceptable accuracy.

    Do something wrong occur in my cmuclmtk file?

    Thank you

     
  • Nickolay V. Shmyrev

    Do something wrong occur in my cmuclmtk file?

    Who knows, it depends on what exact commands you are running.

     
  • Saumya Vij

    Saumya Vij - 2012-06-29

    I have generated the language model from http://www.speech.cs.cmu.edu/tools
    /lmtool-new.html
    itself
    but still I am getting the exact same error. Do you have an idea of some other
    reason that might me causing this error?

     
  • Nickolay V. Shmyrev

    I have generated the language model from http://www.speech.cs.cmu.edu/tools
    /lmtool-new.html
    itself
    but still I am getting the exact same error. Do you have an idea of some other
    reason that might me causing this error?

    Sorry, until you provide more information (at least pocketsphinx decoder log
    from the logdir/decode subfolder) it's hard to say something. Information is
    critical to solve th eproblem, you should know that.

     

Log in to post a comment.