October 2018
Intermediate to advanced
472 pages
10h 57m
English
We will download a few more artifacts, which we will use and discuss in detail later in this chapter.
Download dlib's face landmark predictor, using the following commands:
curl -O http://dlib.net/
files/shape_predictor_68_face_landmarks.dat.bz2bzip2 -d shape_predictor_68_face_landmarks.dat.bz2cp shape_predictor_68_face_landmarks.dat facenet/
Download the pre-trained Inception model:
curl -L -O https://www.dropbox.com/s/hb75vuur8olyrtw/Resnet-185253.pbcp Resnet-185253.pb pre-model/
Once we have all the components ready, the folder structure should look roughly as follows:

Make ...
Read now
Unlock full access