Added missing drawing line to example

This commit is contained in:
James S 2021-03-28 19:05:58 -04:00 committed by GitHub
parent a53a165c4b
commit f31122cda3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(