Update holistic_landmarker.py

This commit is contained in:
Kinar R 2023-12-18 05:00:45 +05:30 committed by GitHub
parent 00eb1f190f
commit c0606e819c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,7 +271,7 @@ class HolisticLandmarkerOptions:
landmark detection to be considered successful. landmark detection to be considered successful.
min_hand_landmarks_confidence: The minimum confidence score for the hand min_hand_landmarks_confidence: The minimum confidence score for the hand
landmark detection to be considered successful. landmark detection to be considered successful.
output_face_blendshapes: Whether FaceLandmarker outputs face blendshapes output_face_blendshapes: Whether HolisticLandmarker outputs face blendshapes
classification. Face blendshapes are used for rendering the 3D face model. classification. Face blendshapes are used for rendering the 3D face model.
output_segmentation_masks: whether to output segmentation masks. output_segmentation_masks: whether to output segmentation masks.
result_callback: The user-defined result callback for processing live stream result_callback: The user-defined result callback for processing live stream