You're looking at a specific version of this model. Jump to the model overview.
microsoft /omniparser-v2:49cf3d41
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
|
Input image to process
|
|
box_threshold |
number
|
0.05
Min: 0.01 Max: 1 |
Threshold for removing bounding boxes with low confidence
|
iou_threshold |
number
|
0.1
Min: 0.01 Max: 1 |
Threshold for removing bounding boxes with large overlap
|
imgsz |
integer
|
640
Min: 640 Max: 1920 |
Icon detection image size
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'elements': {'title': 'Elements', 'type': 'string'},
'img': {'format': 'uri', 'title': 'Img', 'type': 'string'}},
'required': ['img', 'elements'],
'title': 'Output',
'type': 'object'}