Comments

Flat
Testing hTk demo
User: ner
Date: 7/26/2011 5:03 am
Views: 5876
Rating: 17

I have tried to run the demo to test the HTK by VoxFroge under Cygwin but when I run the follwoign command:

$ cd HTKDemo

$ perl runDemo.pl configs/monPlainM1S1.dcf

I get the following error message:

"must be in directory HTKDemo to run this script"

while I am still in this directory:

"/HTK/HTK-samples-3.3/samples/HTKDemo" and when I use pwd command to get current directory, it gives the same path.

What could be the problem?

Thank you in advance;

Regards.

Re: Testing hTk demo
User: kmaclean
Date: 7/31/2011 2:06 pm
Views: 116
Rating: 15

>What could be the problem?

have you looked at the runDemo.pl code?  Search for the error message: "must be in directory HTKDemo to run this script" and see what condition caused it to occur...

Re: Testing hTk demo
User: Visitor
Date: 6/5/2014 11:02 pm
Views: 45
Rating: 4

I had this same problem, after reading the HTKDemo readme file, found that it was due to using the command for the Windows install on Linux.

 

 

$ cd HTKDemo

$ perl runDemo.pl configs\monPlainM1S1.dcf

^--- is the command for Windows and gives your error when you try on Linux.

 

Try using:

$ cd HTKDemo
$ ./runDemo configs/monPlainM1S1.dcf

PreviousNext