aashrafh / Mozart

An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.
Apache License 2.0
583 stars 84 forks source link

Broken imports from fit.py #4

Closed djemeljanovs closed 3 years ago

djemeljanovs commented 3 years ago

from fit import match, remove_repeated_matches, predict

fit.py has no methods match, remove_repeated_matches declared

aashrafh commented 3 years ago

I merged your pull request. Thank you.