From f9c3a05a98bde6147ebc57c8425ce6c38127c90d Mon Sep 17 00:00:00 2001 From: Pranav Srivastava <40683895+pranavsdev@users.noreply.github.com> Date: Sun, 28 Feb 2021 03:12:00 +0100 Subject: [PATCH] line 80: fixed the typo - mp_face_detection --- docs/solutions/face_detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solutions/face_detection.md b/docs/solutions/face_detection.md index f04af27d7..fa7173013 100644 --- a/docs/solutions/face_detection.md +++ b/docs/solutions/face_detection.md @@ -77,7 +77,7 @@ Supported configuration options: ```python import cv2 import mediapipe as mp -mp_face_detction = mp.solutions.face_detection +mp_face_detection = mp.solutions.face_detection # For static images: with mp_face_detection.FaceDetection(