Skip to content

Commit

Permalink
Added a link to relieur #5
Browse files Browse the repository at this point in the history
  • Loading branch information
liebharc committed Dec 2, 2024
1 parent f388f92 commit b49251e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ homr is an Optical Music Recognition (OMR) software designed to transform camera
- Install dependencies using `poetry install`
- Run the program using `poetry run homr <image>`
- The resulting MusicXML file will be saved in the same directory as the input image
- To combine the MusicXML results from multiple images, you can use [relieur](https://github.com/papoteur-mga/relieur)

## Example

The example below provides an overview of the current performance of the implementation. While some errors are present in the output, the overall structure remains accurate.

| Original Image | homr Result |
| :-----------------------------------------------------------------------------------------------: | :---------------------------------------: |
| Original Image | homr Result |
| :-----------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| <img src="https://github.com/BreezeWhite/oemer/blob/main/figures/tabi.jpg?raw=true" width="400" > | <img src="https://github.com/liebharc/homr/blob/main/figures/tabi.svg?raw=true" alt="Go to https://github.com/liebharc/homr if this image isn't displayed" width="400" > |

The homr result is obtained by processing the [homr output](figures/tabi.musicxml) and rendering it with [musescore](https://musescore.com/).
Expand Down

0 comments on commit b49251e

Please sign in to comment.