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

wolverinn /segment-selected-object:b49e7404

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
Image input
coordinate_x
integer
1
coordinate_x
coordinate_y
integer
1
coordinate_y

Output schema

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

Schema
{'properties': {'remove_object_res': {'items': {'format': 'uri',
                                                'type': 'string'},
                                      'title': 'Remove Object Res',
                                      'type': 'array'},
                'selected_mask': {'items': {'format': 'uri', 'type': 'string'},
                                  'title': 'Selected Mask',
                                  'type': 'array'},
                'selected_object': {'items': {'format': 'uri',
                                              'type': 'string'},
                                    'title': 'Selected Object',
                                    'type': 'array'}},
 'required': ['selected_object', 'selected_mask', 'remove_object_res'],
 'title': 'Output',
 'type': 'object'}