From 671fcd86872b576eafbe7e0abc4753691ac1f323 Mon Sep 17 00:00:00 2001 From: Ren Komatsu Date: Wed, 3 Mar 2021 23:41:06 +0900 Subject: [PATCH] Fix typo and define mp_drawing in a document --- docs/solutions/face_detection.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/solutions/face_detection.md b/docs/solutions/face_detection.md index f04af27d7..44bf9cf56 100644 --- a/docs/solutions/face_detection.md +++ b/docs/solutions/face_detection.md @@ -77,7 +77,8 @@ Supported configuration options: ```python import cv2 import mediapipe as mp -mp_face_detction = mp.solutions.face_detection +mp_face_detection = mp.solutions.face_detection +mp_drawing = mp.solutions.drawing_utils # For static images: with mp_face_detection.FaceDetection(