April 2020
Intermediate to advanced
438 pages
12h 2m
English
Download the pre-trained deep learning models from https://drive.google.com/drive/folders/0BxYys69jI14kU0I1YUQyY1ZDRUE and https://drive.google.com/file/d/0B6yZu81NrMhSV2ozYWZrenJXd1E. Extract the models to the appropriate paths in the models folder. Import the required libraries to start:
import cv2import dlibimport numpy as npfrom keras.models import load_modelfrom keras import backend as Kfrom keras.models import model_from_jsonfrom glob import globimport matplotlib.pylab as plt
Read now
Unlock full access