-
Hello,
I'm trying to download mircomb & mirdata but kept getting non-zero exit status. I tracked it back to the following issue, it seems to have something to do with the format of the zebrafish da…
-
2024 Macbook Pro M3 Max
MacOS Sonoma 14.1
Python 3.10.4 via pyenv virtualenv
I installed mirdata via pip through a pyproject.toml file, and after installation, calling mirdata.initialize for any …
-
It looks like mirdata still depends on imp, which was deprecated in 3.11 and removed in 3.12:
```
pip install mirdata
Collecting mirdata
Using cached mirdata-0.3.8-py3-none-any.whl.metadata (…
hyve9 updated
8 months ago
-
I don't have any clear ideas for this, but I suspect that our main website, front page of the documentation, and project readme could be a bit more inviting (and/or flashy).
Some nice examples we c…
-
When running `pytest tests\ --local` after the 0.3.7 release, the tests are failing since they are not able to get openpyxl and it escaping the try/except block added in the dataset (**compmusic_carna…
-
we have a an annotation class and a NoteData class inside annotations https://github.com/mir-dataset-loaders/mirdata/blob/master/mirdata/annotations.py
ideally the Note class in filosax should should…
-
**Steps to reproduce:**
Running
```
gtzan = mirdata.initialize("gtzan_genre", version="default")
gtzan.download()
```
should return this
```
INFO: Downloading ['all', 'tempo_beat_annotati…
-
Hi there!
When looping and printing the iterations through the SALAMI dataset to retrieve data + annotations like this:
```for index, track in enumerate(salami_data):
print(f'Iteration --> {index…
-
In Google Collab, after importing mirdata and partially downloading part of the dataset like this:
```
#Basic imports
import os
import mirdata
acousticbrainz_genre = mirdata.initialize("acousticb…
-
I noticed a couple of small bugs with tag_to_jams (permalink):
https://github.com/mir-dataset-loaders/mirdata/blob/e591c5411c41591e8606812df869dca1ad52ee0f/mirdata/jams_utils.py#L556-L576
1. The…