Flova commited on
Commit
4e07994
1 Parent(s): c291256

Add demo to README

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -11,4 +11,16 @@ pipeline_tag: image-to-text
11
  <!-- Provide a quick summary of what the model is/does. [Optional] -->
12
  Image-To-Text model for optical music recognition. The model is trained to predict simple notes in the lilypond format from a given image. Training data consists of artificial, handwritten and white board images.
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  Repo: https://github.com/UHHRobotics22-23/robot_project/tree/main/marimbabot_vision
 
11
  <!-- Provide a quick summary of what the model is/does. [Optional] -->
12
  Image-To-Text model for optical music recognition. The model is trained to predict simple notes in the lilypond format from a given image. Training data consists of artificial, handwritten and white board images.
13
 
14
+ ## Demo
15
+
16
+ ![White Board Sample](sample1.png)
17
+
18
+ Prediction: `c'2 a''8 c''8 r4 c'1 e'8 c'8 c'8 a''8 f'4 a'8 c'8`
19
+
20
+
21
+ ![White Board Sample](sample2.png)
22
+
23
+ Prediction: `d'8 g'8 c''8 a'8 d'2 c'8 f''8 d'4 c''4 e'8 r8 g'8 b'8 e'8 g'8 d'2`
24
+
25
+
26
  Repo: https://github.com/UHHRobotics22-23/robot_project/tree/main/marimbabot_vision