Open ejogion opened 5 years ago
For the Face Recognition example in section 05.07 there is the need to also import imread or else the code will not execute, a Import Error will occur. Adding the following solves the issue: from matplotlib.pyplot import imread
imread
from matplotlib.pyplot import imread
For the Face Recognition example in section 05.07 there is the need to also import
imread
or else the code will not execute, a Import Error will occur. Adding the following solves the issue:from matplotlib.pyplot import imread