Skip to content

pythondever/face-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

face-recogition

python + dlib 进行人脸识别

python version

python 3.4.5

platform

linux

Dependency

opencv-python,dlib

step 1 register face from image or camera 第一步先注册人脸(从图片/摄像头)

python face_register.py -t 1

register face will generate csv file save human face to a 128 dimensional vector

step 2 recognition face from image or camera 第二步识别人脸(从图片/摄像头)

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

register the face from image 从图像中注册面部信息

recognition from image 从图像中给定不同的面部信息的识别结果

more: https://blog.csdn.net/lucky404/article/details/88184350

About

python + dlib 进行人脸识别

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages