Skip to content

Commit 785e4b3

Browse files
committed
Improved README
1 parent e603cc4 commit 785e4b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# homr
22

3-
homr is a Optical Music Recognition (OMR) software which takes camera pictures of sheet music and turns them into machine readable [MusicXML](https://www.w3.org/2021/06/musicxml40/). MusicXML can then futher processed e.g. with tools such as [musescore](https://musescore.com/).
3+
homr is an Optical Music Recognition (OMR) software which takes camera pictures of sheet music and turns them into machine readable [MusicXML](https://www.w3.org/2021/06/musicxml40/). MusicXML can then futher processed e.g. with tools such as [musescore](https://musescore.com/).
44

55
## Technical Details
66

7-
homr uses the segmentation as described in [oemer](https://github.com/BreezeWhite/oemer) to find possible staffs, clefs, bar lines and notes on an image. It combines the detects staffs, clefs and bars to find the position of the staffs in the picture.
7+
homr uses the segmentation as described in [oemer](https://github.com/BreezeWhite/oemer) to find possible staff lines, clefs, bar lines and note heads on an image. It combines the staff lines, clefs and bars to find the position of the staffs in the picture.
88

99
In an next step if passes each staff image into the transformer (based on [Polyphonic-TrOMR](https://github.com/NetEase/Polyphonic-TrOMR/tree/master/tromr/model)) to get the symbols on the staff.
1010

11-
Note information is double checked with the note information obtained from the segmentation model.
11+
Pitch information is double checked with the note head information obtained from the segmentation model.
1212

1313
The results are then converted into MusicXML and written to disk.
1414

0 commit comments

Comments
 (0)