From c48a5668b867b786713c1a5f0770f203f4c93d6d Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Sat, 21 Oct 2023 03:57:55 +0530 Subject: [PATCH] Updated documentation --- .../utils/sources/MPPPoseLandmarkerResult+Helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/ios/vision/pose_landmarker/utils/sources/MPPPoseLandmarkerResult+Helpers.h b/mediapipe/tasks/ios/vision/pose_landmarker/utils/sources/MPPPoseLandmarkerResult+Helpers.h index bf8e5495d..351de2f35 100644 --- a/mediapipe/tasks/ios/vision/pose_landmarker/utils/sources/MPPPoseLandmarkerResult+Helpers.h +++ b/mediapipe/tasks/ios/vision/pose_landmarker/utils/sources/MPPPoseLandmarkerResult+Helpers.h @@ -45,7 +45,7 @@ static const int kMicroSecondsPerMilliSecond = 1000; * images. * * @param landmarksProto A vector of protos of type `std::vector`. - * @param worldLandmarksPacket A vector of protos of type `std::vector`. + * @param worldLandmarksProto A vector of protos of type `std::vector`. * @param segmentationMasks A vector of type `std::vector`. * @param timestampInMilliSeconds The timestamp of the Packet that contained the result. *