Rachel Bittner
Rachel Bittner
https://zenodo.org/record/1432913#.XqAkvdMzZ24 https://github.com/cosmir/openmic-2018
It looks like there is a metadata file in compmusic_jingju_acapella that is [never used when loading metadata](https://github.com/mir-dataset-loaders/mirdata/blob/master/mirdata/datasets/compmusic_jingju_acappella.py#L342-L345). Is this intentional?
Right now in our documentation, there is not a clear way to see the list of supported dataset versions, nor the list of partial download keys. Can we auto-generate these...
For certain annotation types, I find myself writing a lot of repeated code to convert between formats. For example: * evaluation format (e.g. mir_eval) * "analysis" format (e.g. for doing...
On large enough files and for fast enough internet, we seem to be hitting Zenodo's rate limit ("5000 requests per hour"). We might be able to get around this by...
For very large datasets (e.g. > 20 GB), command line download does not make sense. In this case, we should instead give download instructions (or possibly a standalone download script?),...
As this grows, it will get less feasible to include each dataset's index file (of checksums and paths) in the repo. Instead we can put them on Zenodo and download...
We set the docs version to match the library's version in `docs/conf.py`, but the docs don't properly display it, and instead say "stable" instead of, e.g. 1.3.2 
When data is in a remote storage location e.g. AWS, Google Cloud Storage, Google Drive, etc, using mirdata becomes clunky, and we've overloaded the API to support it. Instead, it...