Understand changes to face_locations, face_landmarks_list, and my_face_encoding
masterThe API has undergone changes to how it returns data for multiple faces and facial features:
face_locations: Now returns an array listing the coordinates of each detected face.face_landmarks_list: Now returns an array containing the locations of each facial feature for every face detected. For example,face_landmarks_list[0]['left_eye']provides the location and outline of the first person's left eye.my_face_encoding: Now contains a universal 'encoding' of facial features that can be used to compare against any other face image.