line 80: fixed the typo - mp_face_detection

This commit is contained in:
Pranav Srivastava 2021-02-28 03:12:00 +01:00 committed by GitHub
parent a92cff7a60
commit f9c3a05a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
# For static images:
with mp_face_detection.FaceDetection(