Add 5 point model
This commit is contained in:
parent
af5a73bd58
commit
167b671ea0
|
@ -9,6 +9,9 @@ from pkg_resources import resource_filename
|
|||
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")
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue