Hi,
I am trying to achieve keyword spotting using babel scripts.
I was able to generate the latiices using pre-built ASR model.
I get error while running the kws_search.sh script .
Below is the error:
# set -e ; set -o pipefail ; cat kws/tri4b/lats//kws_10/result.* | utils/
write_kwslist.pl --Ntrue-scale=1.0 --flen=0.01 --duration=5.33 --segments=datadir//segments --normalize=true --duptime=0.6 --remove-dup=true --map-utter=datadir//kws/utter_map --digits=3 - kws/tri4b/lats//kws_10/kwslist.xml
# Started at Wed Jun 20 08:07:03 UTC 2018
#
utils/
write_kwslist.pl: Bad number of columns in raw results "^_~K^H^@'^K*[^@^C�^N720�5^@^BC^EC^Ecc3^Ec^KS^E^C^E.o�~D^QP��@^A]�^X$lb�`jl^N~R^@^@+%V�I^@^@^@"
# Accounting: time=0 threads=1
# Ended (code 1) at Wed Jun 20 08:07:03 UTC 2018, elapsed time 0 seconds
Thanks,
Sandeep