Skip to content

Using Dlib and OpenCV to implement face detection and feature tagging, feature extraction

Notifications You must be signed in to change notification settings

TimeIvyace/Dlib-OpenCV_face

Repository files navigation

Dlib-OpenCV_face

Using Dlib and OpenCV to implement face detection and feature tagging, feature extraction

face_detection_dlib.py 使用opencv调用摄像头,结合Dlib实现人脸检测以及人脸68个特征点标注

dlib_feature_extraction.py 使用Dlib中的残差网络库提取人脸的128维特征

dlib_face_recognition_resnet_model_v1.dat Dlib封装模型,用于提取128维人脸特征

shape_predictor_68_face_landmarks.dat Dlib封装模型,用于标注人脸68个特征点

详细内容可见http://blog.csdn.net/gaoyueace/article/details/79592444

About

Using Dlib and OpenCV to implement face detection and feature tagging, feature extraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages