An open API service indexing awesome lists of open source software.

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

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.