You're looking at a specific version of this model. Jump to the model overview.

malerlab /u-must-omr:9a2a19ef

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
image
string
Piano score image: a full page or a single system (PNG/JPG).
system
integer
0
1-based index of one detected system to transcribe; 0 = all systems.
greedy
boolean
True
Greedy (argmax) decoding; off = sample with `temperature`.
temperature
number
0.1

Min: 0.05

Max: 1

Sampling temperature when not greedy.
seed
integer
0
Random seed for sampling.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'error': {'nullable': True, 'title': 'Error', 'type': 'string'},
                'lmx': {'title': 'Lmx', 'type': 'string'},
                'musicxml': {'format': 'uri',
                             'nullable': True,
                             'title': 'Musicxml',
                             'type': 'string'},
                'n_systems': {'title': 'N Systems', 'type': 'integer'},
                'pages': {'items': {'format': 'uri', 'type': 'string'},
                          'title': 'Pages',
                          'type': 'array'},
                'transcriptions': {'items': {'format': 'uri', 'type': 'string'},
                                   'title': 'Transcriptions',
                                   'type': 'array'}},
 'required': ['lmx', 'n_systems', 'transcriptions', 'pages'],
 'title': 'Output',
 'type': 'object'}