Code Updated

The detection class instance was not initialized properly and was giving an error when running. Solved Now
This commit is contained in:
Vinay Kumar Verma 2021-04-02 16:47:05 +05:30 committed by GitHub
parent ecb5b5f44a
commit 13b0902c28
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
mp_drawing = mp.solutions.drawing_utils
# For static images: