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

zsxkib /talknet-asd:0da7d4d7

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
nDataLoaderThread
integer
10
Number of workers
facedetScale
number
0.25
Scale factor for face detection, the frames will be scaled to 0.25 of the original
minTrack
integer
10
Number of min frames for each shot
numFailedDet
integer
10
Number of missed detections allowed before tracking is stopped
minFaceSize
integer
1
Minimum face size in pixels
cropScale
number
0.4
Scale bounding box
start
integer
0
The start time of the video
duration
integer
0
The duration of the video, when set as 0, 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'}