使用dlib进行人脸识别,详见博客https://blog.csdn.net/weixin_45909259?spm=1001.2101.3001.5343
代码运行顺序:
collect_face_data.py(采集人脸图像) -> get_128_features.py(将人脸图像转化为128维特征向量) -> face_recognition.py(进行人脸识别)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
使用dlib进行人脸识别,详见博客https://blog.csdn.net/weixin_45909259?spm=1001.2101.3001.5343
代码运行顺序:
collect_face_data.py(采集人脸图像) -> get_128_features.py(将人脸图像转化为128维特征向量) -> face_recognition.py(进行人脸识别)