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

Added genre to ballroom datataset loader #629

Open Masetto96 opened 2 months ago

Masetto96 commented 2 months ago

https://github.com/mir-dataset-loaders/mirdata/issues/628

The track object of the ballroom dataset does not have the annotation about the genre of the track. Therefore, the genre attribute have been included from the name of the audio path.

Test for getting the genre from the audio path has been implemented.

Following the contribution guidelines, code has been formatted and all tests passed.

Masetto96 commented 2 months ago

@genisplaja @guillemcortes plz review :)