From 86a2fa300b44dd55eae41cc130b8e6843494b62d Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:08:05 +0530 Subject: [PATCH] Update iris.md --- docs/solutions/iris.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solutions/iris.md b/docs/solutions/iris.md index 9ca882527..ba7aaaa02 100644 --- a/docs/solutions/iris.md +++ b/docs/solutions/iris.md @@ -99,7 +99,7 @@ You can also find more details in this ### Iris Landmark Model The iris model takes an image patch of the eye region and estimates both the eye -landmarks (along the eyelid) and iris landmarks (along ths iris contour). You +landmarks (along the eyelid) and iris landmarks (along this iris contour). You can find more details in this [paper](https://arxiv.org/abs/2006.11341). ![iris_tracking_eye_and_iris_landmarks.png](https://mediapipe.dev/images/mobile/iris_tracking_eye_and_iris_landmarks.png) |