I’m working on some facial recognition scripts in python using the dlib library. dlib takes in a face and returns a 128 dimension tuple with floating point values representing the values for key points in the face. To determine if two faces are the same I’ll take both of there 128 dimension descriptors and calculateRead more