annotate testdata/evaluation/README @ 327:df9a8e16bae6
livemode-octave-higher
Experiment with dropping the bottom octave off each template (since most of the information is in higher harmonics anyway!) -- this is about 15% faster again and has half the latency, but per
author |
Chris Cannam |
date |
Tue, 19 May 2015 09:29:00 +0100 |
parents |
1b7b31aab82a |
children |
|
rev |
line source |
Chris@138
|
1
|
Chris@193
|
2 * run.sh is our basic Silvet evaluation script. It runs Silvet
|
Chris@193
|
3 against single- and multiple-instrument files from the TRIOS dataset
|
Chris@193
|
4 using the theoretically best settings for each file, and then
|
Chris@193
|
5 evaluates the results against the ground truth and MIREX 2012
|
Chris@193
|
6 submission.
|
Chris@138
|
7
|
Chris@193
|
8 * batchProcessingEvaluate.m evaluates a set of .lab output files
|
Chris@193
|
9 against MIDI. The MIDI can be found in ../TRIOS-groundtruth, and some
|
Chris@193
|
10 example .lab files in ../TRIOS-mirex2012-matlab and ../TRIOS-silvet.
|
Chris@138
|
11
|
Chris@193
|
12 * evaluate_lab.yeti evaluates one lab file against another, onsets
|
Chris@193
|
13 only, to a given timing tolerance.
|
Chris@193
|
14
|