Skip to content

Commit 0e41851

Browse files
committed
Remove unnecessary files and update README
1 parent ab9e89b commit 0e41851

File tree

34,056 files changed

+14
-3026
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

34,056 files changed

+14
-3026
lines changed

README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
![Component 16](https://user-images.githubusercontent.com/40190772/104846822-22d3e800-58e5-11eb-9c6c-b7de610bd483.png)
55

6-
76
</div>
87

98
<h3 align="center">Orchestra</h3>
@@ -23,6 +22,7 @@
2322
</div>
2423

2524
## About
25+
2626
> **Orchestra** is a sheet music reader (optical music recognition (**OMR**) system) that converts sheet music to a machine-readable version.
2727
2828
<div align="center">
@@ -32,8 +32,8 @@
3232
</div>
3333

3434
## How it works
35-
> List of steps we take to process the input sheet and get our results
3635

36+
> List of steps we take to process the input sheet and get our results
3737
3838
### 1. Noise Removal
3939

@@ -43,7 +43,6 @@
4343

4444
</div>
4545

46-
4746
### 2. Binarization
4847

4948
<div align="center">
@@ -52,7 +51,6 @@
5251

5352
</div>
5453

55-
5654
### 3. Staff line removal
5755

5856
<div align="center">
@@ -93,22 +91,31 @@
9391

9492
![colored_0_3](https://user-images.githubusercontent.com/40190772/104849090-99c2ae00-58f0-11eb-9876-4eea7f322e83.png)
9593

96-
9794
</div>
9895

9996
### 6. Recognition
10097

10198
1. Cutted 1
99+
102100
> [ \meter<"4/4"> d1/4 e1/32 e2/2 e1/8 e1/16 e1/32 {e1/4,g1/4} e1/4 e1/8 c1/8 g1/32 c1/16 e1/32 ]
103101
104102
2. Cutted 2
103+
105104
> [ \meter<"4/4"> {e1/4,g1/4,b1/4} a1/8 d1/8 c1/16 g1/16 d1/16 e1/16 c2/16 g2/16 d2/16 e2/16 {f1/4,g1/4,b1/4} c1/4 a1/4. a1/8 a1/32.. ]
106105
107106
3. Cutted 3
107+
108108
> [ \meter<"4/4"> e1/16 e1/16 e1/16 e1/16 e1/4 e#1/4 g1/4 g&&1/4 g1/4 e#2/4 ]
109109
110+
## How to run
111+
112+
1. Put your images inside *input* folder
113+
2. Run the main file and pass the input & output folders as args
114+
> for example `python main.py input output`
115+
3. Check the output folder
110116

111117
### Contributors
118+
112119
<table>
113120
<tr>
114121
<td align="center"><a href="https://github.com/AbdallahHemdan"><img src="https://avatars1.githubusercontent.com/u/40190772?s=460&v=4" width="150px;" alt=""/><br /><sub><b>Abdallah Hemdan</b></sub></a><br /></td>
@@ -119,4 +126,5 @@
119126
</table>
120127

121128
### Licence
129+
122130
[MIT Licence](https://github.com/AbdallahHemdan/Sqrt_OS/blob/main/LICENSE)

SEM-16/Dockerfile

-14
This file was deleted.

SEM-16/classifier.py

-81
This file was deleted.

SEM-16/docker-compose.yml

-11
This file was deleted.

SEM-16/helper_methods.py

-170
This file was deleted.

0 commit comments

Comments
 (0)