2017年人脸检测、人脸对齐、人脸识别源码

所属分类:源码/资料
开发工具:C++
文件大小:8210KB
下载次数:74
上传日期:2017-11-27 09:00:42
上 传 者hm_nie
说明:  2017年人脸检测、人脸对齐、人脸识别 c++源码
(2017 year Face Recognition c++ source code)

文件列表:
FaceAlignment\CMakeLists.txt (1115, 2017-09-01)
FaceAlignment\data\image_0001.png (512159, 2017-09-01)
FaceAlignment\doc\aflw_nrmse.png (15886, 2017-09-01)
FaceAlignment\examples\examples\examples.vcxproj (8246, 2017-09-01)
FaceAlignment\examples\examples\examples.vcxproj.filters (965, 2017-09-01)
FaceAlignment\examples\examples\examples.vcxproj.user (162, 2017-09-01)
FaceAlignment\examples\examples\FaceDetection.dll (88576, 2017-09-01)
FaceAlignment\examples\examples\FaceDetection.lib (4854, 2017-09-01)
FaceAlignment\examples\examples.sln (2064, 2017-09-01)
FaceAlignment\examples\examples.v12.suo (24064, 2017-09-01)
FaceAlignment\examples\FaceAlignment\FaceAlignment.vcxproj (7509, 2017-09-01)
FaceAlignment\examples\FaceAlignment\FaceAlignment.vcxproj.filters (1151, 2017-09-01)
FaceAlignment\include\cfan.h (4528, 2017-09-01)
FaceAlignment\include\common.h (2717, 2017-09-01)
FaceAlignment\include\face_alignment.h (2420, 2017-09-01)
FaceAlignment\include\sift.h (3679, 2017-09-01)
FaceAlignment\model\seeta_fa_v1.1.bin (2083352, 2017-09-01)
FaceAlignment\src\cfan.cpp (14246, 2017-09-01)
FaceAlignment\src\face_alignment.cpp (3004, 2017-09-01)
FaceAlignment\src\sift.cpp (13437, 2017-09-01)
FaceAlignment\src\test\face_alignment_test.cpp (3829, 2017-09-01)
FaceDetection\CMakeLists.txt (1997, 2017-09-01)
FaceDetection\data\0_1_1.jpg (58996, 2017-09-01)
FaceDetection\doc\fddb_roc.png (33487, 2017-09-01)
FaceDetection\examples\examples\examples.vcxproj (8131, 2017-09-01)
FaceDetection\examples\examples\examples.vcxproj.filters (964, 2017-09-01)
FaceDetection\examples\examples\examples.vcxproj.user (698, 2017-09-01)
FaceDetection\examples\examples.sln (2864, 2017-09-01)
FaceDetection\examples\FaceDetection\FaceDetection.vcxproj (8147, 2017-09-01)
FaceDetection\examples\FaceDetection\FaceDetection.vcxproj.filters (2081, 2017-09-01)
FaceDetection\include\classifier\lab_boosted_classifier.h (3361, 2017-09-01)
FaceDetection\include\classifier\mlp.h (3593, 2017-09-01)
FaceDetection\include\classifier\surf_mlp.h (2503, 2017-09-01)
FaceDetection\include\classifier.h (1880, 2017-09-01)
FaceDetection\include\common.h (2530, 2017-09-01)
FaceDetection\include\detector.h (1932, 2017-09-01)
FaceDetection\include\face_detection.h (3448, 2017-09-01)
FaceDetection\include\feat\lab_feature_map.h (3057, 2017-09-01)
... ...

## SeetaFace Engine [![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE) ### Description **SeetaFace Engine** is an open source C++ face recognition engine, which can run on CPU with no third-party dependence. It contains three key parts, i.e., **SeetaFace Detection**, **SeetaFace Alignment** and **SeetaFace Identification**, which are necessary and sufficient for building a real-world face recognition applicaiton system. * SeetaFace Detection implements a funnel-structured (FuSt) cascade schema for real-time multi-view face detection, which achieves a good trade-off between detection accuracy and speed. State of the art accuracy can be achieved on the public dataset [FDDB](http://vis-www.cs.umass.edu/fddb/) in high speed. See [SeetaFace Detection](https://github.com/seetaface/SeetaFaceEngine/tree/master/FaceDetection) for more details. * SeetaFace Alignment cascades several stacked auto-encoder networks to detect landmarks in real time (more than 200 fps on a single I7 desktop CPU), and achieves the state-of-the-art accuracy at least on some public datasets [AFLW](http://lrs.icg.tugraz.at/research/aflw/). See [SeetaFace Alignment](https://github.com/seetaface/SeetaFaceEngine/tree/master/FaceAlignment) for more details. * SeetaFace Identification is a modification of AlexNet CNN for face recognition, with better performance in terms of both accuracy (97.1% on [LFW] (http://vis-www.cs.umass.edu/lfw/) and speed (about 120ms on a single I7 desktop CPU). See [SeetaFace Identification](https://github.com/seetaface/SeetaFaceEngine/tree/master/FaceIdentification) for more details. This face recognition engine is developed by Visual Information Processing and Learning (VIPL) group, Institute of Computing Technology, Chinese Academy of Sciences. The codes are written in C++ without dependence on any 3rd-party libraries. The open source is now released under BSD-2 license (see [LICENSE](LICENSE) for details), which means the codes can be used freely for both acedemic purpose and industrial products. If you meet problems when using SeetaFace Engine, you may seek help from [Configuration Documentation](./SeetaFace_config.docx). ### Contact Info If you have any problem on SeetaFace Engine, please contact us by sending email to SeetaFace@vipl.ict.ac.cn. If Seetaface can not meet your business needs, please contact business@seetatech.com for business cooperation. For more AI services, please visit SeetaTech official website: http://www.seetatech.com. SeetaTech is a start-up company with the focus on computer vision technology, whose founding team comes from Visual Information Processing and Learning (VIPL) group, Institute of Computing Technology, Chinese Academy of Sciences. We have always been adhering to the development principle of "open source striving to develop AI", promoting the rapid integration of Artificial Intelligence and other industries. ### Other Documentation * [SeetaFace Detection](./FaceDetection/README.md) * [SeetaFace Alignment](./FaceAlignment/README.md) * [SeetaFace Identification](./FaceIdentification/README.md)

近期下载者

相关文件


收藏者