Click here to register.

Comments

Flat
Trying th HTKDemo
User: ossia
Date: 6/7/2011 8:53 am
Views: 1062
Rating: 1

Hello guys,

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

$ cd HTKDemo

$ ./runDemo configs/monplainM1S3

I get the following error message:

"must be in directory HTKDemo to run this script"

It is odd as when I run it, i am already in the directory HTKDemo!

Any idea what might be wrong?

The installation went totally fine and I did test it by running both "HVite" and "julian". even the gui interface appears by running "HSlab a_name.sig"

I appreciate your help

Reply
Re: Trying th HTKDemo
User: kmaclean
Date: 6/7/2011 11:08 am
Views: 30
Rating: 1

>$ ./runDemo configs/monplainM1S3

line 82 of runDemo expects you to be in a directory with the name 'HTKDemo' in its path:

($ENV{PWD} =~ /HTKDemo$/) || die "Must be in directory HTKDemo to run this script\n";

What do you get when you do a 'pwd' command in cygwin?

 

 

Reply
Re: Trying th HTKDemo
User: ossia
Date: 7/4/2011 6:34 pm
Views: 12
Rating: 1

Thanks I have already resolved the issue

Reply
Trying th HTKDemo
User: leoswaroop87
Date: 9/12/2011 2:23 am
Views: 144
Rating: 1

all is well upto the  installation of  HTk 'n' julian

when i would like to run this command in HTKDemo directory

./runDemo configs/monoPlainM1S3

i got this error .....how can i rectify this error....


Can't open configs/monoPlainM1S3: No such file or directory at ./runDemo line 381.
Cannot find proto config file /proto_s_m_c.pcf

Reply
Re: Trying th HTKDemo
User: kmaclean
Date: 9/26/2011 7:38 pm
Views: 10
Rating: 1

>Can't open configs/monoPlainM1S3: No such file or directory at ./runDemo line 381.

As the message indicates... do you have the monoPlainM1S3 folder in a configs folder below where you are running the runDemo script?

Reply
PreviousNextAdd