BreezeWhite / oemer

End-to-end Optical Music Recognition (OMR) system. Transcribe phone-taken music sheet image into MusicXML, which can be edited and converted to MIDI.
https://breezewhite.github.io/oemer/
MIT License
386 stars 46 forks source link

rythm fails in simple melodies #36

Closed zoldaten closed 1 year ago

zoldaten commented 1 year ago

thanks for a wonderful project! works like a charm.

but sometimes i see rythm failing in very simple melodies:

3 3_teaser mp3: 3.zip

BreezeWhite commented 1 year ago

It's probably due to the input size of your image. oemer expects an A4-like image, which your image has the opposite ratio of width and height.

zoldaten commented 1 year ago

thanks ! i`ll try to resize.