python + dlib 进行人脸识别
python 3.4.5
linux
opencv-python,dlib
python face_register.py -t 1
register face will generate csv file save human face to a 128 dimensional vector
python face_recognition.py -t 1
read human face from image or camera and maps the image of a human face to a 128 dimensional vector
more: https://blog.csdn.net/lucky404/article/details/88184350