Closed KinWaiCheuk closed 4 years ago
If I am not wrong, you store all the annotations to tsv files, and you load the labels directly from these tsv files.
If I have my own dataset with only .midi files, how do I get these annotations? Do you have the scripts to do .midi to tsv files conversions?
Related code is in midi.py, although there seems to be some problem (see #3) in that implementation regarding the sustain pedal. Use at your own risk! :D
If I am not wrong, you store all the annotations to tsv files, and you load the labels directly from these tsv files.
If I have my own dataset with only .midi files, how do I get these annotations? Do you have the scripts to do .midi to tsv files conversions?