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
351 stars 59 forks source link

Versioning potentially broken in Ikala #587

Open magdalenafuentes opened 1 year ago

magdalenafuentes commented 1 year ago

The Ikala loader has two versions, however it seems that the loader is written for the second version only as the Track object assumes that notes are always present, but they aren't for version 1. Using the same loader for different versions will always give this type of issue, we should discuss how to do this properly.