-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issue: Mask shaping issue during data loading #4
Comments
Hi Jonas, I guess that this is actually a data issue in the MUSCIMA++ dataset. If you debug the application, you should be able to track down the sample that is causing this problem. Feel free to also create a ticket in this repo: https://github.com/OMR-Research/muscima-pp if you can find the culprit. |
Hello Alexander, Thank you so much for your quick response and for looking into this. I will try to find out which data points where causing the issue and then create a ticket. |
I did some debugging in the However there is quite a lot of them, the for loop loading the bounding boxes for each vertex in each MuNG had 2,223 exceptions and 60,353 valid executions so about 3.5% of labels were invalid? This appears to be a rather large number. A few handpicked mask issues
Files affected by bounding box issues{ Debugging Code in
|
I am currently working on my final year project further exploring Machine Learning applied to the notation assembly process and have encountered an issue when attempting to run the
train.py
file from your project. The downloading of the data did not work with the script by default and I had to modify therequirements.txt
file to include all dependencies needed but then did get it to run. However at 13% into the loading process I now get this issue:Here the requirements.txt if this has possibly any origin here:
Do you have any idea where the issue could originate or if this is a simple fix?
Thank you so much.
The text was updated successfully, but these errors were encountered: