Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
For the Face Recognition example in section 05.07 there is the need to also import
imreador else the code will not execute, a Import Error will occur. Adding the following solves the issue:from matplotlib.pyplot import imread