anusfoil commited on
Commit
29daf98
·
1 Parent(s): 9a2c710

Upload scoreinformed dataset (21 MIDI files)

Browse files
Disklavier_01_G1_A2_correct.mid ADDED
Binary file (1.81 kB). View file
 
Disklavier_01_G1_A2_fa.mid ADDED
Binary file (160 Bytes). View file
 
Disklavier_01_G1_A2_missed.mid ADDED
Binary file (180 Bytes). View file
 
Disklavier_02_G1_A3_correct.mid ADDED
Binary file (2.55 kB). View file
 
Disklavier_02_G1_A3_fa.mid ADDED
Binary file (283 Bytes). View file
 
Disklavier_02_G1_A3_missed.mid ADDED
Binary file (277 Bytes). View file
 
Disklavier_03_G1_B1_correct.mid ADDED
Binary file (1.92 kB). View file
 
Disklavier_03_G1_B1_fa.mid ADDED
Binary file (262 Bytes). View file
 
Disklavier_03_G1_B1_missed.mid ADDED
Binary file (244 Bytes). View file
 
Disklavier_04_G1_B3_correct.mid ADDED
Binary file (717 Bytes). View file
 
Disklavier_04_G1_B3_fa.mid ADDED
Binary file (148 Bytes). View file
 
Disklavier_04_G1_B3_missed.mid ADDED
Binary file (164 Bytes). View file
 
Disklavier_05_G2_A3_correct.mid ADDED
Binary file (1.76 kB). View file
 
Disklavier_05_G2_A3_fa.mid ADDED
Binary file (264 Bytes). View file
 
Disklavier_05_G2_A3_missed.mid ADDED
Binary file (253 Bytes). View file
 
Disklavier_06_G2_B2_correct.mid ADDED
Binary file (1.05 kB). View file
 
Disklavier_06_G2_B2_fa.mid ADDED
Binary file (268 Bytes). View file
 
Disklavier_06_G2_B2_missed.mid ADDED
Binary file (252 Bytes). View file
 
Disklavier_07_G2_C3_correct.mid ADDED
Binary file (1.78 kB). View file
 
Disklavier_07_G2_C3_fa.mid ADDED
Binary file (239 Bytes). View file
 
Disklavier_07_G2_C3_missed.mid ADDED
Binary file (249 Bytes). View file
 
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - audio-classification
5
+ tags:
6
+ - music
7
+ - piano
8
+ - midi
9
+ - error-detection
10
+ - disklavier
11
+ pretty_name: ScoreInformed Piano Transcription Dataset
12
+ size_categories:
13
+ - n<1K
14
+ ---
15
+
16
+ # ScoreInformed: Disklavier Piano Performance MIDI
17
+
18
+ 7 Disklavier performances with per-note mistake annotations.
19
+
20
+ Each piece has 3 MIDI files:
21
+ - `*_correct.mid` : Correctly played notes (matching the score)
22
+ - `*_missed.mid` : Notes that should have been played but were not
23
+ - `*_fa.mid` : Extra/false alarm notes (played but not in score)
24
+
25
+ The actual performance = correct + fa.
26
+ The intended score = correct + missed.
27
+
28
+ ## Structure
29
+
30
+ Disklavier_XX_{group}_{piece}_correct.mid
31
+ Disklavier_XX_{group}_{piece}_missed.mid
32
+ Disklavier_XX_{group}_{piece}_fa.mid
33
+
34
+ ## Usage
35
+
36
+ For token-level evaluation: only `fa` notes can be labeled (missed notes have no tokens).
37
+ For frame-level evaluation: both `fa` and `missed` time regions indicate problems.
38
+
39
+ ## Reference
40
+
41
+ From "Score-informed transcription for automatic piano tutoring" (Benetos et al.).
42
+ Part of [EVPMR](https://github.com/anusfoil/eval-piano-midi-repr) benchmark.