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

zsxkib /talknet-asd:50356412

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

Output schema

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

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}