An experimental optical music recognition engine.
Moonlight reads PNG image(s) containing sheet music and outputs MusicXML or a NoteSequence message. MusicXML is a standard sheet music interchange format, and NoteSequence is used by Magenta for training generative music models.
Command-Line Usage
1 | git clone https://github.com/tensorflow/moonlight |
While the installation, I met a problem that it throw a problem:
I used follow steps and resolved this problem:
Reduced version:
pip install --upgrade --force-reinstall pip==9.0.3
Tried to re-install package:
pip install apache-beam==2.5.0 --disable-pip-version-check
At last, recover the latest version for pip:
pip install --upgrade pip
The reason of the problem below: