# HG changeset patch # User Chris Cannam # Date 1401881087 -3600 # Node ID 544b45e92ef59c8798e78645161e4496fa455606 # Parent 607c3c92822f7bef9e296b84ee80edaf4c71025b Translate saxophone instrument to tenorsax; call make before running! diff -r 607c3c92822f -r 544b45e92ef5 testdata/evaluation/run.sh --- a/testdata/evaluation/run.sh Wed Jun 04 12:11:07 2014 +0100 +++ b/testdata/evaluation/run.sh Wed Jun 04 12:24:47 2014 +0100 @@ -27,6 +27,8 @@ *\ *) echo "TRIOS dataset path $trios_path has a space in it, this script won't handle that"; exit 1;; esac +( cd ../.. ; make -f Makefile.linux ) || exit 1 + VAMP_PATH=../.. export VAMP_PATH @@ -52,6 +54,7 @@ instrument_for() { filename="$1" base=`basename "$filename" .wav` + if [ "$base" = "saxophone" ]; then base="tenorsax"; fi instrument_no=`grep "$base" "$instfile" | awk '{ print $1; }'` if [ -z "$instrument_no" ] || [ -z "$base" ]; then echo 0