From 7b5a3de436378a6ff9c206cd039924e624ebe2d0 Mon Sep 17 00:00:00 2001 From: "Abduttayyeb M.r" <55306260+Abduttayyeb@users.noreply.github.com> Date: Sun, 16 May 2021 22:28:37 +0530 Subject: [PATCH] Update pose.md Corrected A Typo on line 190 , from lanmark --> landmark --- docs/solutions/pose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solutions/pose.md b/docs/solutions/pose.md index feed2ad34..3582d6d6f 100644 --- a/docs/solutions/pose.md +++ b/docs/solutions/pose.md @@ -187,7 +187,7 @@ Naming style may differ slightly across platforms/languages. #### pose_landmarks -A list of pose landmarks. Each lanmark consists of the following: +A list of pose landmarks. Each landmark consists of the following: * `x` and `y`: Landmark coordinates normalized to `[0.0, 1.0]` by the image width and height respectively.