compare.py: Bump dlib version.

This commit is contained in:
Brandon Amos 2015-10-04 02:08:53 -04:00
parent 57f9b89942
commit 9389e8c123
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ parser.add_argument('--dlibFaceMean', type=str, help="Path to dlib's face predic
parser.add_argument('--dlibFacePredictor', type=str, help="Path to dlib's face predictor.",
default=os.path.join(dlibModelDir, "shape_predictor_68_face_landmarks.dat"))
parser.add_argument('--dlibRoot', type=str,
default=os.path.expanduser("~/src/dlib-18.15/python_examples"),
default=os.path.expanduser("~/src/dlib-18.16/python_examples"),
help="dlib directory with the dlib.so Python library.")
parser.add_argument('--networkModel', type=str, help="Path to Torch network model.",
default=os.path.join(facenetModelDir, 'nn4.v1.t7'))