Rachel Bittner

Results 39 issues of Rachel Bittner

https://zenodo.org/record/1432913#.XqAkvdMzZ24 https://github.com/cosmir/openmic-2018

new loader

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?

question

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...

docs

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...

enhancement

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...

enhancement

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?),...

docs

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...

question
priority

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 ![image](https://user-images.githubusercontent.com/8169843/107965714-22457480-6fab-11eb-8ec7-9ba88f311914.png)

docs

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...

enhancement