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
394 stars 46 forks source link

Replaced np.int with np.int64 #31

Closed liebharc closed 1 year ago

liebharc commented 1 year ago

Hi,

Thanks a lot for this project! I ran it today and hit an issue as the code wasn't compatible with the newer numpy versions as np.int was deprecated in 1.20. This PR should fix that.

BreezeWhite commented 1 year ago

Thanks for the PR~ Looks good to me, merging this into main branch.