A collection of tools that simplify the downloading and handling of datasets used for Optical Music Recognition (OMR), which can be found here.
These tools are available as Python package omrdatasettools
on PyPi.
They simplify the most common tasks such as downloading and extracting a dataset, generating images from textual representations or visualizing those datasets.
Create virtual environment by running
python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt