Closed nn9dev closed 2 years ago
Since oemer
is built up with lots of hand-crafted, rule-based algorithms, the score should be as simple and clear as possible. The score you provided has too many disconnections of symbols, as you said this is probably due to the low resolution of the original image. They looks too fuzzy. Second, oemer
is developed and tested on two-hand piano scores, which means it may not work on scores having three different stafflines. Third, there are guitar tab on the score, which is not expected by oemer
and may thus make wrong predictions.
I see. Thank you for the information.
I have tried this on both Colab and my local machine, and this error presents itself on both.
This is the file that I've been using
I did upscale the original using ESRGAN in hopes to get a better result, and that's the file attached above. Using the original file gives a completely different error.
This is the error given using the original file:
And this is the original file:
I'm guessing the Assertion Error is from it being too low resolution as you said in another issue, but the first error still confounds me.