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

download csv files directly from datasets? #105

Open JamesOwers opened 4 years ago

JamesOwers commented 4 years ago

We could implement a download_csv method in downloaders to handle direct downloading of csvs if they are avail. This is very specific to PPDD though...unless we have other datasets with csvs as opposed to midi I wouldn't bother with this.

apmcleod commented 4 years ago

We have empty versions of these, which we try to download first. It requires the csv to be in exactly the correct format for us (or for the loader to convert into our format on the fly). I'd probably leave it for now, and allow people to implement that for an non-MIDI format (which they'd then have to convert within the download_csv function).