1 Star 0 Fork 100

刘玄 / QrF.Python.FaceRecognition

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

QrF.Python.FaceRecognition

Python 人脸识别技术

初始灵感及代码来自于 vipstone 大神的 faceai 项目

FaceRecognition_dir_OpenCV.py

使用OpenCV来识别人脸 遍历 img_upload 文件夹下的所有图片,识别每张图片的人脸,并保存到 img_cv 文件夹 详细说明请参考 https://github.com/vipstone/faceai/blob/master/doc/jiance.md

FaceRecognition_dir_dlib.py

使用dlib来识别人脸 遍历 img_upload 文件夹下的所有图片,识别每张图片的人脸,并保存到 img_dlib 文件夹 详细说明请参考 https://github.com/vipstone/faceai/blob/master/doc/jiance-dlib.md

app.py

使用Flask框架及dlib 来支持通过Web的方式实现 上传照片中人脸识别功能

app.run('127.0.0.1',81) 这里配置服务器的访问IP及端口

imghandler.py

改变图片分辨率

使用以及借鉴的开源项目清单

faceai 一款优秀的人脸检测、人脸识别、视频识别、文字识别等智能AI项目。

flask 一个 Python 实现的 Web 开发微框架

opencv 一个跨平台的计算机视觉处理库

MIT License Copyright (c) 2018 非空 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Python 人脸识别技术 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/lxliuxuan/QrF.Python.FaceRecognition.git
git@gitee.com:lxliuxuan/QrF.Python.FaceRecognition.git
lxliuxuan
QrF.Python.FaceRecognition
QrF.Python.FaceRecognition
master

搜索帮助