OMR-Research / tf-end-to-end

TensorFlow code to perform end-to-end Optical Music Recognition on monophonic scores through Convolutional Recurrent Neural Networks and CTC-based training.
MIT License
136 stars 58 forks source link

How could I convert the predict-result to midi/mxml? #6

Closed magneter closed 5 years ago

magneter commented 5 years ago

HI ,it is a great job. But I do not konw how could I convet the result to midi /mxml. Could you please give me some advices? Thanks

calvozaragoza commented 5 years ago

Hi,

I'm afraid we are not providing that functionality in this repository. However, you can take a look to the last section of this site: https://grfia.dlsi.ua.es/primus/ , where a tool for converting the semantic output to a midi file is provided.

That tool has not been extensively tested, so I cannot assure it will work in all cases.