Skip to content

Releases: CVC-DAG/comref-converter

0.8.1 - Arnau Baro Export Format

10 Jan 16:11
Compare
Choose a tag to compare

This is a minor version update for a newly supported export format, which is a sequence-based string representation of homophonic music.

New features

  • Added support for exporting ground truth in Arnau Baro's custom format (ABaro) [1][2]
  • Added a simple test to verify correctness in ABaro format generation.
  • Started documentation for the project (in progress)

Hotfixes

  • Fixed mistake on json ids when exporting

[1] A. Baró, C. Badal, and A. Fornés, “Handwritten Historical Music Recognition by Sequence-to-Sequence with Attention Mechanism,” in 2020 17th International Conference on Frontiers in Handwriting Recognition (ICFHR), Sep. 2020, pp. 205–210. doi: 10.1109/ICFHR2020.2020.00046.

0.8.0 - Paper Release

11 Jul 11:19
Compare
Choose a tag to compare

This release is related to the first version of the project published with the paper.
There are some minor changes in behavior w.r.t. the published version and the currently published dataset. Therefore, this release breaks compatibility with the results obtained in the paper. Nevertheless, the original dataset will be kept public for scientific purposes.

New features

  • Tests were added for specific aspects of the notation.
  • Added start-of-measure and end-of-measure barlines for deambiguation. Inserted regular barlines by default whenever MusicXML omits them for simplicity to reinforce the idea that visual tokens are always explicit in the notation.
  • Added a visitor for a sequence-based format for scores.

Bugfixes

  • Fixed a bug where note-groups were not simplified properly when nested further than 1 level.
  • Fixed a bug where attributes would always be inserted at the beginning regardless of their delta.
  • Fixed a bug where attributes would not be merged when having the same delta.
  • Fixed a bug where noteheads of types other than default were not generated.
  • Fixed a bug where attributes were not taken into account for those situations where the attribute change is denoted after the notes are processed in the MusicXML file.