From ea887339c25d862e6b7a283d62a497f94d25795c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D1=83=D0=B0=D0=B4?= Date: Sat, 17 Apr 2021 12:28:22 +0300 Subject: [PATCH] Update face_detection.md Fixed typo --- 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 8bc4fdc13..8d5de36eb 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 mp_drawing = mp.solutions.drawing_utils # For static images: