摘要: face_recognition简介 face_recognition是Python的一个开源人脸识别库,支持Python 3.3+和Python 2.7。引用官网介绍: Recognize and manipulate faces from Python or from the command l 阅读全文
posted @ 2019-06-05 17:48 dnoyeb 阅读(2486) 评论(0) 推荐(0) 编辑
摘要: 总计分为三个步骤 一、捕获人脸照片 二、对捕获的照片进行训练 三、加载训练的数据,识别 使用python3.6.8,opencv,numpy,pil 第一步:通过笔记本前置摄像头捕获脸部图片 将捕获的照片存在picData文件夹中,并格式为user.id.num.jpg。id在识别时和人名数组一一对 阅读全文
posted @ 2019-06-05 16:01 dnoyeb 阅读(3422) 评论(0) 推荐(0) 编辑
摘要: 对实现人脸瘦脸简单功能的一个记录,大概流程如下: 1.使用dlib检测出人脸关键点 2.使用Interactive Image Warping 局部平移算法实现瘦脸 参考:https://blog.csdn.net/grafx/article/details/70232797?locationNum 阅读全文
posted @ 2019-06-05 10:15 dnoyeb 阅读(3329) 评论(0) 推荐(0) 编辑