mp25: optical music recognition with python

16
Optical Music Recognition with Python Andrew Hankinson

Upload: montreal-python

Post on 22-Apr-2015

1.236 views

Category:

Technology


7 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Mp25: Optical Music Recognition with Python

Optical Music Recognition with Python

Andrew Hankinson

Page 2: Mp25: Optical Music Recognition with Python

Optical Music Recogntionis

Optical Character Recognition for Music Notation

2

Page 3: Mp25: Optical Music Recognition with Python

Building “Google Books” for music notation

3

Page 4: Mp25: Optical Music Recognition with Python

4

Our Task:Tell a computer how to

understand music notation

Page 5: Mp25: Optical Music Recognition with Python

5

Our Task:Teach a computer how to

understand music notation

Page 6: Mp25: Optical Music Recognition with Python

6

pitc

h

time

Page 7: Mp25: Optical Music Recognition with Python

6

pitc

h

time

clefs

barlinesdynamics (“loudness”)

durations articulations

key signature

implicit knowledge

Page 8: Mp25: Optical Music Recognition with Python

6

♩�

Page 9: Mp25: Optical Music Recognition with Python

6

♩�

Page 10: Mp25: Optical Music Recognition with Python

7

Neume NotationLiturgical Use

~1100 to 1600 CE

Page 11: Mp25: Optical Music Recognition with Python

Gamera

8

Python/C++ Framework fordocument image analysis and

shape recognition

(not just for music...)

Page 12: Mp25: Optical Music Recognition with Python

Tasks...❖ Binarisation: Colour -> Black & White

❖ Staff Removal: Removing connected components

❖ Shape identification: Automatically classifying shapes

❖ Correction: Fixing machine errors

❖ Exporting: Encoding recognized music notation in XML

9

Page 13: Mp25: Optical Music Recognition with Python

Demo

10

Page 14: Mp25: Optical Music Recognition with Python

11

Page 15: Mp25: Optical Music Recognition with Python

Recap❖ “Clean up” images -- binarization, etc.

❖ Remove staff lines

❖ Connected component analysis

❖ Classify shapes

❖ Recombine with staff lines for pitch finding

❖ Save image + musical data to a musical representation format (e.g., the Music Encoding Initiative XML schema)

12

Page 16: Mp25: Optical Music Recognition with Python

Thank you.

13

github.com/DDMALgithub.com/ahankinson