Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for executing mirdata as an executable module #648

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

stefansjs
Copy link

Invoking as an executable module is quite convenient. For the simple task of downloading data, all you have to do is

python -m mirdata orchset

and main.py will download and validate the dataset "orchset"

Like several others, this dataset depends on jams in pretty_midi to do a release on their current main branches

jams 0.3.4 and pretty_midi 0.2.10 don't work on python 3.12, but both
are working on their main branches. We just have to wait for the next
release of those two packages before this one can be released.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant