You're looking at a specific version of this model. Jump to the model overview.
hassamdevsy /mask2former:86aa30aa
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
|
None
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'objects': {'properties': {'color': {'items': {},
'title': 'Color',
'type': 'array'},
'label': {'title': 'Label',
'type': 'string'}},
'required': ['label', 'color'],
'title': 'ObjDict',
'type': 'object'},
'segment': {'format': 'uri',
'title': 'Segment',
'type': 'string'}},
'required': ['segment', 'objects'],
'title': 'Segment',
'type': 'object'}