Mercurial > hg > silvet
diff testdata/timing/run.sh @ 198:28cbc7eaf415 noteagent
Merge from the default branch
author | Chris Cannam |
---|---|
date | Wed, 04 Jun 2014 11:46:01 +0100 |
parents | 603d87049c3c |
children | a8928b5bc8a3 |
line wrap: on
line diff
--- a/testdata/timing/run.sh Thu May 29 15:18:14 2014 +0100 +++ b/testdata/timing/run.sh Wed Jun 04 11:46:01 2014 +0100 @@ -45,13 +45,13 @@ for ms in 50 100 150; do echo echo "Validating against ground truth at $ms ms:" - "$yc" ../evaluation/evaluate_lab.yeti "$ms" "../TRIOS-groundtruth/take_five.lab" "$outfile.lab" + "$yc" ../evaluation/evaluate_lab.yeti "$ms" "../TRIOS-groundtruth/take_five/mix.lab" "$outfile.lab" echo echo "Validating against MIREX submission at $ms ms:" "$yc" ../evaluation/evaluate_lab.yeti "$ms" "../TRIOS-mirex2012-matlab/take_five/mix.lab" "$outfile.lab" echo echo "Validating MIREX against ground truth at $ms ms": - "$yc" ../evaluation/evaluate_lab.yeti "$ms" "../TRIOS-groundtruth/take_five.lab" "../TRIOS-mirex2012-matlab/take_five/mix.lab" + "$yc" ../evaluation/evaluate_lab.yeti "$ms" "../TRIOS-groundtruth/take_five/mix.lab" "../TRIOS-mirex2012-matlab/take_five/mix.lab" done; echo