https://github.com/kvklink/full-omr-pipeline
https://github.com/kvklink/full-omr-pipeline
computer-vision omr optical-music-recognition
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kvklink/full-omr-pipeline
- Owner: kvklink
- License: mit
- Created: 2020-05-18T08:06:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T22:18:39.000Z (over 2 years ago)
- Last Synced: 2025-12-27T03:40:46.186Z (7 months ago)
- Topics: computer-vision, omr, optical-music-recognition
- Language: Python
- Homepage:
- Size: 90.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :notes: Complete OMR pipeline
A complete system that will take pictures of sheet music and produce MusicXML as output.
## :notebook: Publication
To be added as soon as it's made publicly available.
## :gear: Installation
* Install all dependencies using pip: `pip install requirements.txt`
* If you want to use PDF files as input, be sure to also follow the installation instructions [here](https://pypi.org/project/pdf2image/)
## :pencil: References
A. Rebelo, G. Capela, and J. S. Cardoso, "Optical recognition of music symbols: A comparative study" in International Journal on Document Analysis and Recognition, vol. 13, no. 1, pp. 19-31, 2010. [DOI: 10.1007/s10032-009-0100-1](http://dx.doi.org/10.1007/s10032-009-0100-1)
All other references used in this piece of software can be found in the aforementioned publication.