[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:04452] Re: Running HTS Demo for English


After the terminal outputs this message the training is still running in background...

You can use the command top from linux to check if the training is still running... if you see HRest, HInit or other HTS/HTK functions, the training is still running...

After the end of your simulation, the first step to do is to check the folder /gen to see if the Demo generated the test samples successfully... If yes, you can get the model in the folder /voices and use hts_engine to generate some sentences (see that you should provide as input label files in the HTS format).

Best Regards,

Luiz Felipe.

2017-01-17 19:26 GMT-02:00 Atlas Khan <atlaskhan90@xxxxxxxxx>:
HI,

I am running HTS demo for English provided on HTS website. I installed Festival, SPTK, hts_engline_API before running demo. I ran following commands after this.
 ./configure --with-fest-search-path=/home/mhassan/Documents/Festival/SPSYN/festival/examples --with-sptk-search-path=/home/mhassan/Documents/HTS/SPTK-3.10/bin --with-hts-search-path=/usr/local/HTS-2.3/bin/ --with-hts-engine-search-path=/home/mhassan/Documents/HTS/hts_engine_API-1.10/bin

make

The output of make ends like this 

# Generating a generation label script
rm -f scp/gen.scp
for lab in /home/mhassan/Documents/HTS/HTS-demo_CMU-ARCTIC-SLT/data/labels/gen/*.lab; do \
echo ${lab} >> scp/gen.scp; \
done
make[1]: Leaving directory '/home/mhassan/Documents/HTS/HTS-demo_CMU-ARCTIC-SLT/data'
echo "Running a training/synthesis perl script (Training.pl) in background...."
Running a training/synthesis perl script (Training.pl) in background....
/usr/bin/perl scripts/Training.pl scripts/Config.pm > log 2>&1 &


Now when training is complete, how can I test this system by generating some example sounds? 


References
[hts-users:04451] Running HTS Demo for English, Atlas Khan