-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old scans give two staff groups instead of three #51
Comments
|
Thank you, it makes sense. I don't remember seeing it in the README and checking again, I haven't found it either. If you want, I can add a note about it in a PR. |
I remembered I've wrote it somewhere in the readme though (maybe deep in the technical section?). But it's indeed better mentioning this in a more obvious place. If you are willing to do, I'll be very appreciate about it ^^ |
Hi @emonigma , the scan you have provided seems to be a binary scan (only black or white pixels, no gray scale or color) and there are a lot of small artifacts (I marked a few in red here): From my experience with oemer, those artifacts might decrease the performance of the detection. The models oemer is using are trained on distorted gray scale images, but those high contrast artifacts aren't part of the training. So if you try to get those images processed by any OMR software, you might want to try to preprocess the images to reduce those artifacts. If you do it in an automated way then OpenCV should have tools which help you, otherwise Photoshop or Gimp should be useful. Also you could give homr a try. It's a project I started based on scan.musicxml by homr
|
Thanks! I tried HOMR on a different image and it works surprisingly well, congratulations! I filed an issue about multiple pages (liebharc/homr#5). I'll get used to MuseScore so I can convert back to PDF and MP3. |
Describe the bug
I tested the code on an old scan and the results are problematic, for example two staff line groups instead of three. Are there settings that work well with old scans?
Input Image
Full Traceback
The command produces no errors per se, but here is the image from the transcription:
and here is the
.musicxml
file output:Click me
Command You Execute
oemer ss015.png
The text was updated successfully, but these errors were encountered: