Mercurial > hg > silvet
changeset 141:21efe7d37c4c
Print MIREX-groundtruth evaluation as well for reference
author | Chris Cannam |
---|---|
date | Thu, 08 May 2014 13:54:08 +0100 |
parents | 7d28385784cc |
children | 03fbd6a204fd |
files | testdata/timing/run.sh |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/testdata/timing/run.sh Thu May 08 13:51:28 2014 +0100 +++ b/testdata/timing/run.sh Thu May 08 13:54:08 2014 +0100 @@ -43,6 +43,9 @@ 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" done; echo