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

https://github.com/freshmag/omr-img2midi

Optical Music Recognition project to perform translations from music sheets images to music encoding formats (MIDI, MEI ecc.)
https://github.com/freshmag/omr-img2midi

ai computer-vision machine-learning omr opencv

Last synced: 2 months ago
JSON representation

Optical Music Recognition project to perform translations from music sheets images to music encoding formats (MIDI, MEI ecc.)

Awesome Lists containing this project

README

          

# Optical Music Recognition (img2midi)

Staff Removal:
Open In Colab

End-To-End:
Open In Colab

Computer vision project where different algorithms and methodologies of Optical Music Recognition are studied and implemented.

This repository is a fork of the [original project by Calvo-Zaragoza](https://github.com/OMR-Research/tf-end-to-end) that
was used for the experiments reported in the paper [End-to-End Neural Optical Music Recognition of Monophonic Scores](http://www.mdpi.com/2076-3417/8/4/606).
More information can be found below. Please consider taking a look at the original repository if you want to know all
the details about how the model was originally trained and created.

The original code has been deeply extended and modified, adding much more functionalities described in the report.

## Usage
The two parts of the projects can be tested using the corresponding notebooks `AE2E.ipynb` and `Staff_Removal.ipynb`

## Citations

```
@Article{Calvo-Zaragoza2018,
AUTHOR = {Calvo-Zaragoza, Jorge and Rizo, David},
TITLE = {End-to-End Neural Optical Music Recognition of Monophonic Scores},
JOURNAL = {Applied Sciences},
VOLUME = {8},
YEAR = {2018},
NUMBER = {4},
ARTICLE NUMBER = {606},
URL = {http://www.mdpi.com/2076-3417/8/4/606},
ISSN = {2076-3417},
DOI = {10.3390/app8040606}
}
```