From c0606e819c2920030585724f77e3c45ec8af277a Mon Sep 17 00:00:00 2001 From: Kinar R <42828719+kinaryml@users.noreply.github.com> Date: Mon, 18 Dec 2023 05:00:45 +0530 Subject: [PATCH] Update holistic_landmarker.py --- mediapipe/tasks/python/vision/holistic_landmarker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/python/vision/holistic_landmarker.py b/mediapipe/tasks/python/vision/holistic_landmarker.py index 8edfaf445..ac96ab7d1 100644 --- a/mediapipe/tasks/python/vision/holistic_landmarker.py +++ b/mediapipe/tasks/python/vision/holistic_landmarker.py @@ -271,7 +271,7 @@ class HolisticLandmarkerOptions: landmark detection to be considered successful. min_hand_landmarks_confidence: The minimum confidence score for the hand 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. output_segmentation_masks: whether to output segmentation masks. result_callback: The user-defined result callback for processing live stream