You're looking at a specific version of this model. Jump to the model overview.
zsxkib /talknet-asd:b20bdfcc
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
|
Path to the video
|
|
face_det_scale |
number
|
0.25
Max: 1 |
Scale factor for face detection, the frames will be scaled to 0.25 of the original
|
min_track |
integer
|
10
|
Number of min frames for each shot
|
num_failed_det |
integer
|
10
Min: 1 |
Number of missed detections allowed before tracking is stopped
|
min_face_size |
integer
|
1
Min: 1 |
Minimum face size in pixels
|
crop_scale |
number
|
0.4
Max: 1 |
Scale bounding box
|
start |
integer
|
0
|
The start time of the video
|
duration |
integer
|
-1
|
The duration of the video, when set as -1, will extract the whole video
|
return_json |
boolean
|
True
|
Return results in json format
|
return_boundingbox_percentages |
boolean
|
False
|
Return bounding box coordinates as percentages of the video width and height
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'json_str': {'title': 'Json Str', 'type': 'string'},
'media_path': {'items': {'format': 'uri', 'type': 'string'},
'title': 'Media Path',
'type': 'array'}},
'title': 'Output',
'type': 'object'}