Python 3.7 下安装face_recognition必须先有dlib库,而一般方式安装很麻烦,使用whl文件就可以直接安装,无需编译。 安装办法:下载资源文件,解压出dlib-19.17.0-cp37-cp37m-win_amd64.whl,然后通过CMD进入到该目录下,执行 pip3 install dlib-19.17.0-cp37-cp37m-win_amd64.whl 。不出现红色字体就代表安装成功了。成功提示:Installing collected packages: dlib Successfully installed dlib-19.17.0
2019-12-21 20:08:16 2.95MB dlib-19.17.0-cp3 face_recognition dlib
1
这个案例是基于sklearn机器学习库中的SVM和AdaBoost算法对MINIST数据集中的手写体数字进行识别的。有需要的朋友可以下载一下,欢迎批评指正,一起进步。本来想免积分的,但是csdn不让啊。。。
2019-12-21 20:08:09 178KB HandWritten MINIST SVM AdaBoost
1
(1)ICCV1999 Object Recognition from Local Scale-Invariant Features.pdf提出(作者:David G. Lowe)(2)IJCV2004 Distinctive image features from scale invariant keypoints.pdf总结(作者:David G. Lowe)(3)CVPR2004 PCA-SIFT:A More Distinctive Representation for Local Image Descriptors.pdf加PCA降维
2019-12-21 20:02:38 1.43MB SIFT descriptor paper recognition David G. Lowe
1
基于协同表示的人脸识别matlab代码,文章出处:L zhang等的“Sparse Representation or Collaborative Representation: Which Helps Face Recognition? ”
2019-12-21 20:01:17 3.15MB SRC CRC face recognition
1
《自动语音识别:一种深度学习方法》,此书为语音识别领域最新著作,具有极高的参考价值。
2019-12-21 20:01:06 7.53MB 语音识别 深度学习
1
Pattern Recognition and Machine Learning(完整答案),课后答案,模式识别与机器学习
2019-12-21 19:59:49 1.42MB PRML 课后答案 高清版
1
face_recognition(人脸识别),face_recognition(人脸识别),供大家参考。
2019-12-21 19:54:21 14.37MB 人脸识别
1
Pattern Recognition and Machine Learning. Bishop. 英文版 完整版pdf
2019-12-21 19:51:39 8.64MB PRML
1
机器学习经典书籍,PRML,Pattern Recognition And Machine Learning,和课后习题答案
2019-12-21 19:47:46 8.71MB PRML 英文 课后习题 答案
1
李子青的人脸识别手册 包含人脸检测、人脸跟踪、人脸识别方面的内容。
2019-12-21 19:46:42 12.06MB 人脸识别 李子青
1