Fixed misspelling in Face Detection Example

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

View File

@ -77,7 +77,7 @@ Supported configuration options:
```python ```python
import cv2 import cv2
import mediapipe as mp import mediapipe as mp
mp_face_detction = mp.solutions.face_detection mp_face_detection = mp.solutions.face_detection
# For static images: # For static images:
with mp_face_detection.FaceDetection( with mp_face_detection.FaceDetection(