Fixed misspelling in Face Detection Example
This commit is contained in:
parent
a92cff7a60
commit
a53a165c4b
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user