Created
September 5, 2021 08:52
-
-
Save khalidmeister/3ef957ddd5e36f5fd4f4d4c80c479c5a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
detector = dlib.get_frontal_face_detector() | |
predictor = dlib.shape_predictor('../shape_predictor_68_face_landmarks.dat') | |
cap = cv2.VideoCapture(0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment