JamesOwers / midi_degradation_toolkit

A toolkit for generating datasets of midi files which have been degraded to be 'un-musical'.
MIT License
38 stars 5 forks source link

Code to measure types of errors present in a transcription #30

Closed apmcleod closed 4 years ago

apmcleod commented 5 years ago

For people hoping to use this for AMT, it would be useful to have some code which, given a transcription and a ground truth, will output the proportion of errors which could be assigned to each degradation.

This would allow users to create a dataset for their specific use case.

We could also have it output recommended parameter values.

Or, ideally, output a json file directly which would be readable by the make_dataset script.

Some difficulties:

apmcleod commented 5 years ago

This will be pushed to a future release.