Add cnn_face_detector model
This commit is contained in:
parent
4bf55aa4d9
commit
e8b5d679d2
|
@ -12,3 +12,6 @@ def pose_predictor_model_location():
|
|||
def face_recognition_model_location():
|
||||
return resource_filename(__name__, "models/dlib_face_recognition_resnet_model_v1.dat")
|
||||
|
||||
def cnn_face_detector_model_location():
|
||||
return resource_filename(__name__, "models/mmod_human_face_detector.dat")
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue