You're looking at a specific version of this model. Jump to the model overview.
zeeshaan28 /solovision:d5e4b92d
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
|
Video Input
|
|
| conf |
number
|
0.2
|
Confidence Threshold
|
| iou |
number
|
0.75
|
NMS Threshold
|
| match_thresh |
number
|
0.8
|
Id Matching Threshold
|
| track_buffer |
integer
|
300
|
Lost Tracks are held up to this time(300 Frames) before getting deleted
|
| with_reid |
boolean
|
True
|
Use REID for feature matching
|
| appearance_thresh |
number
|
0.35
|
REID Appearance Matching Distance(Works when with_reid = True)
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}