Skip to content

Commit 4aff352

Browse files
Enable more configurations for FaceConfig + HumeStreamClient (#87)
1 parent bc516d1 commit 4aff352

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hume/models/config/face_config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)