projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d7b65a
)
more berbosity
author
Paul Brossier
<piem@altern.org>
Tue, 9 Aug 2005 01:52:07 +0000
(
01:52
+0000)
committer
Paul Brossier
<piem@altern.org>
Tue, 9 Aug 2005 01:52:07 +0000
(
01:52
+0000)
python/aubiocompare-onset
patch
|
blob
|
history
diff --git
a/python/aubiocompare-onset
b/python/aubiocompare-onset
index 1ae876998af954566a63a5d819b1c18356b5f69a..5ad26cf9f76c67747ab937023e9cfc665f93a317 100755
(executable)
--- a/
python/aubiocompare-onset
+++ b/
python/aubiocompare-onset
@@
-98,6
+98,13
@@
else:
# print results
#print "orig, missed, merged, expc, bad, doubled:"
if vmode=='verbose':
+ print "orig", orig
+ print "expc", expc
+ print "missed",missed
+ print "merged", merged
+ print "bad", bad
+ print "doubled", doubled
+ print "correct", orig-missed-merged
print "GD %2.8f\t" % (100*float(orig-missed-merged)/(orig)),
print "FP %2.8f\t" % (100*float(bad+doubled)/(orig)) ,
print "GD-merged %2.8f\t" % (100*float(orig-missed)/(orig)) ,