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

zsxkib /samurai:b497a1ea

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
video
string
Input video to process
x_coordinate
integer
100
x-coordinate of top-left corner of bounding box
y_coordinate
integer
100
y-coordinate of top-left corner of bounding box
width
integer
400
Width of bounding box
height
integer
300
Height of bounding box

Output schema

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

Schema
{'properties': {'segmentation_masks': {'additionalProperties': {'items': {'type': 'object'},
                                                                'type': 'array'},
                                       'title': 'Segmentation Masks',
                                       'type': 'object'},
                'video_path': {'format': 'uri',
                               'title': 'Video Path',
                               'type': 'string'}},
 'required': ['video_path', 'segmentation_masks'],
 'title': 'TrackingResult',
 'type': 'object'}