Community Blog

GSoC 2018: Score Comparison Tool — Week 8

6 years ago • 0 comments

Hello!

This week I worked mostly on the score comparison engine which I have started to develop during the last week. Last week ended for my work on the project with a problem of getting a semantically correct diff between MSCX (or, more generally, XML) documents. This week I finished a work on correcting a usual textual diff to be more correct from XML point of view (mostly to contain a whole number of full XML tags, if possible),

Read more

GSoC 2018: Machine Learning Dataset for OMR - Week 8

6 years ago • 0 comments

Hi :D
Week 8 is done and it was full of closely looking at the results generated using the XMLs generated. We have planned that we will chunk 988 scores into chunks of 150 to 200 scores and closely examine each segment so that by the time we are on the last segment, we will have everything sorted. I have shared some list of shapes on the issue tracker which are missing in OMR. I will keep refining our code

Read more

GSoC 2018 - Beginner Mode and Tutorial Creation - Week 7

6 years ago • 0 comments

This is my weekly update on my Google Summer of Code project. There will be three parts of this blog post: what I did, what had issues, and what is next. Then, I will end it with a question that I need answered for part of the project.

What I did

  • Built the framework for adding tours
    • To add a tour is now a simple two step process. First, the tour text must be added to the tourList.xml file. Second,
Read more

GSoC 2018: Score Comparison Tool — Week 7

6 years ago • 0 comments

Hello!

This weekly report will probably be not the longest one :)
This week after submitting the pull request on the first part of my work (which I mentioned in my last blog post) I worked on a new textual score comparison tool built in MuseScore. In fact, the only thing I have built into MuseScore to this date is just a console diff-like tool which is (usually) able to map the found differences to actual objects in the

Read more

GSoC 2018: Machine Learning Dataset for OMR - Week 7

6 years ago • 0 comments

Hi :D
Week 7 is over and we are into making things better and better, day by day. As discussed with Lasconic, I'm into testing now and discussing with Herve about the results that are generated for our test set of 988 scores. I have shared the test results with Herve, his review is crucial to better understand the requirements. Coming to this weeks analysis:

Below is the segmented status of the project:

Current status of the project
We are

Read more

GSoC 2018: Score Comparison Tool — Week 6

6 years ago • 0 comments

Hello!

I seem to be a bit late with my post (well, I am definitely late) but I have a good news for now. After six weeks of work I could finally post a pull request with the proposed changes to MSCX fileformat. The list of changes itself can be found here. I am not sure whether this work was done fast enough or not, and I am sure that the issued pull request will require some more adjustments

Read more

GSoC 2018 - Beginner Mode and Tutorial Creation - Week 6

6 years ago • 3 comments

This is my weekly update on my Google Summer of Code project. There will be three parts of this blog post: what I did, what had issues, and what is next. Then, I will end it with a question that I need answered for part of the project.

What I did

  • Started a PR

    • I started a PR for my workspace expansion but I am having some trouble passing the travis CI tests. So, I was unable to finish my
Read more

GSoC 2018: Machine Learning Dataset for OMR - Week 6

6 years ago • 0 comments

Bonjour! :D
Week 6th is done and we are cool with the project. There were a list of things which were to be done this week and the good news is - we have it done now. Did get some positive reviews for the work by Lasconic and Herve, so yes, we are good. Coming to this weeks analysis:

Below is the segmented status of the project:

Current status of the project
We are done with:
1. Porting the OMR

Read more

GSoC 2018: Score Comparison Tool — Week 5

6 years ago • 0 comments

The fifth week of GSoC was devoted to making final edits to my changes to MSCX format and preparing my code to be merged to the main branch. At least it was planned so but things went a bit longer than I expected :) So let me describe what I have worked on this week.

Rework voices storage
Before the start of my GSoC project change of voice within the staff was represented in the file by <track> properties

Read more

GSoC 2018 - Beginner Mode and Tutorial Creation - Week 5

6 years ago • 1 comment

This is my weekly update on my Google Summer of Code project. There will be three parts of this blog post: what I did, what had issues, and what is next. Next, I will have a small showcase of the workspace. Then, I will end it with a question that I need answered for part of the project.

What I did

  • Fixed Translations

    • Since Basic and Advanced are no longer built in, they are no longer translated. I fixed that
Read more