mir-dataset-loaders / mirdata

Python library for working with Music Information Retrieval datasets
https://mirdata.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
357 stars 59 forks source link

Adding loader for SMC dataset #620

Open tanmayy24 opened 8 months ago

tanmayy24 commented 8 months ago

Please include the following information at the top level docstring for the dataset's module mydataset.py:

Dataset loaders checklist:

If your dataset is not fully downloadable there are two extra steps you should follow:

Please-do-not-edit flag

To reduce friction, we will make commits on top of contributor's pull requests by default unless they use the please-do-not-edit flag. If you don't want this to happen don't forget to add the flag when you start your pull request.

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 97.95918% with 1 line in your changes missing coverage. Please review.

Project coverage is 97.07%. Comparing base (c1e3cf9) to head (3b1c385).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #620 +/- ## ======================================= Coverage 97.07% 97.07% ======================================= Files 63 64 +1 Lines 7341 7390 +49 ======================================= + Hits 7126 7174 +48 - Misses 215 216 +1 ```