Skip to content

TimVerion/face_testdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

人脸识别(验证登录)

使用dlib进行人脸识别,然后使用resnet预训练模型进行特征提取,最后对所提取到的特征进行比较,当两者距离较近的时候检测成功。

Dlib was used for face recognition, and VGG pre-training model was used for feature extraction. Finally, the extracted features were compared, and the detection was successful when the two were close to each other.

文件结构

desc_file.npy 人脸描述信息

candidate_file.npy 名字信息

dlib_face_recognition_resnet_model_v1.dat 预训练模型

main.py 主函数

shape_predictor_68_face_landmarks.dat 提取人脸特征模型

About

使用dlib和opencv进行人脸识别,可应用与人脸登陆

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published