Skip to content

Commit

Permalink
Add 5 point model
Browse files Browse the repository at this point in the history
  • Loading branch information
ageitgey committed Sep 23, 2017
1 parent af5a73b commit 167b671
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions face_recognition_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
def pose_predictor_model_location():
return resource_filename(__name__, "models/shape_predictor_68_face_landmarks.dat")

def pose_predictor_five_point_model_location():
return resource_filename(__name__, "models/shape_predictor_5_face_landmarks.dat")

def face_recognition_model_location():
return resource_filename(__name__, "models/dlib_face_recognition_resnet_model_v1.dat")

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='face_recognition_models',
version='0.2.0',
version='0.3.0',
description="Models used by the face_recognition package.",
long_description=readme,
author="Adam Geitgey",
Expand Down

0 comments on commit 167b671

Please sign in to comment.