From f31122cda30cb0282fb120f2af1a56b0b0fb0c89 Mon Sep 17 00:00:00 2001 From: James S Date: Sun, 28 Mar 2021 19:05:58 -0400 Subject: [PATCH] Added missing drawing line to example --- docs/solutions/face_detection.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/solutions/face_detection.md b/docs/solutions/face_detection.md index fa7173013..44bf9cf56 100644 --- a/docs/solutions/face_detection.md +++ b/docs/solutions/face_detection.md @@ -78,6 +78,7 @@ Supported configuration options: import cv2 import mediapipe as mp mp_face_detection = mp.solutions.face_detection +mp_drawing = mp.solutions.drawing_utils # For static images: with mp_face_detection.FaceDetection(