WIP: Added mtcnn along with dlib.
Compare changes
+ 34
− 4
@@ -41,11 +41,41 @@ import random
@@ -56,7 +86,7 @@ def test_detect_face_landmarks_in_image():
@@ -64,7 +94,7 @@ def test_detect_face_landmarks_in_video():
Added mtcnn along with dlib. Uses dlib/mtcnn for face detection followed by landmark detection.