PyTorch code for end-to-end Optical Music Recognition (OMR) on polyphonic scores. Derived from the following repository which is TensorFlow code for OMR on monophonic scores.
This code was used in the experiments from the paper:
"An Empirical Evaluation of End-to-End Polyphonic Optical Music Recognition"
- First go through the README in data_download
- Next go through the README in label_gen
- Finally go through the README in experiment_code
- Sachinda Edirisooriya (sediriso@ucsd.edu)