File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,14 @@ class FaceConfig(ModelConfigBase["FaceConfig"]):
1313 Args:
1414 fps_pred (Optional[float]): Number of frames per second to process. Other frames will be omitted
1515 from the response.
16- This configuration is only available for the batch API.
1716 prob_threshold (Optional[float]): Face detection probability threshold. Faces detected with a
1817 probability less than this threshold will be omitted from the response.
19- This configuration is only available for the batch API.
2018 identify_faces (Optional[bool]): Whether to return identifiers for faces across frames.
2119 If true, unique identifiers will be assigned to face bounding boxes to differentiate different faces.
2220 If false, all faces will be tagged with an "unknown" ID.
2321 min_face_size (Optional[float]): Minimum bounding box side length in pixels to treat as a face.
2422 Faces detected with a bounding box side length in pixels less than this threshold will be
2523 omitted from the response.
26- This configuration is only available for the batch API.
2724 save_faces (Optional[bool]): Whether to extract and save the detected faces to the artifacts
2825 directory included in the response.
2926 This configuration is only available for the batch API.
You can’t perform that action at this time.
0 commit comments