October 2018
Intermediate to advanced
472 pages
10h 57m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Once you have Docker installed, you should be able to use the docker command in Terminal."
A block of code is set as follows:
import sysimport dlibfrom skimage import io
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
# Create a HOG face detector using the built-in dlib classface_detector = dlib.get_frontal_face_detector()
Any command-line input or output is written as follows:
curl https://get.docker.com | ...
Read now
Unlock full access