By Saib M Yaaseen
CVBPR S1 02
BSc Computer Science Year 3
CSE 3093Y Assignment March 2021
The program loads the data dictionary that contains the names and encodings of known faces from the previous program using pickle. It takes as input the path of the image to be recognized and from that image, it detects the face in the image. Then it finds the face encodings which it will compare with all the known faces until it finds a match. Then it displays a green box around the detected image along with its name under the box.
However, if the face is not recognized, it will display a red box around the face only.