You're looking at a specific version of this model. Jump to the model overview.
malerlab /u-must-omr:fc4035a2
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
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}