diff --git a/mediapipe/tasks/cc/vision/face_landmarker/face_landmarker_result.h b/mediapipe/tasks/cc/vision/face_landmarker/face_landmarker_result.h index 35dd7a8a..bc097d6c 100644 --- a/mediapipe/tasks/cc/vision/face_landmarker/face_landmarker_result.h +++ b/mediapipe/tasks/cc/vision/face_landmarker/face_landmarker_result.h @@ -34,7 +34,7 @@ namespace face_landmarker { // The face landmarks detection result from FaceLandmarker, where each vector // element represents a single face detected in the image. struct FaceLandmarkerResult { - // Detected hand landmarks in normalized image coordinates. + // Detected face landmarks in normalized image coordinates. std::vector face_landmarks; // Optional face blendshapes results. std::optional>