利用facenet进行人脸特征提取,保存入mysql,后期可进行比对进行人脸登陆
☆81Jul 18, 2018Updated 7 years ago
Alternatives and similar repositories for face_login
Users that are interested in face_login are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 更改facenet源码目录的一些结构,下载即用。功能包括:一、摄像头人脸检测,关键点检测。二、静态图人脸检测,关键点检测。三、人脸对齐。四、人脸比较。五、人脸聚类。☆60Mar 24, 2023Updated 3 years ago
- 利用facenet模型实现人脸探测、人脸特征库构建、人脸检索、人脸比对等功能☆19Feb 11, 2019Updated 7 years ago
- 利用facenet实现检测图片中的人脸,将识别到的人脸向量存入数据库,此外利用post提交一个新图片 返回数据库中相似的人脸的信息☆87Jan 25, 2018Updated 8 years ago
- 通过 Mtcnn 实现人脸的检测并且能够标注出来,然后利用facenet 通过计算实时检测的人脸数据与实现存储的数据进行对比计算,计算相似度,从而实现人脸的鉴别☆37Jul 16, 2018Updated 7 years ago
- ☆11Jul 25, 2019Updated 6 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 人脸识别sdk功能包含:摄像头操作封装,人脸检测、特征提取、人脸特征比对、性别检测、年龄检测等;人脸检测耗时: 13 毫秒; 年龄检测耗时: 93 毫秒; 性别检测耗时: 79 毫秒; 特征提取耗时: 109 毫秒; 比对10000次用时: 1063 毫秒; 识别率>99.…☆14Sep 29, 2018Updated 7 years ago
- 基于mobilev2和YOLOv3的目标检测的android端的ncnn的实现☆10Mar 20, 2020Updated 6 years ago
- 使用word2vec, fasttext进行训练词向量☆11Jan 10, 2019Updated 7 years ago
- 复现MTCNN论文,参考了众多复现代码,在此表示感谢~☆19Apr 13, 2019Updated 6 years ago
- 脸部识别 人眼特征检测 活体检测 人 脸旋转与侧脸拉正☆92Jan 22, 2019Updated 7 years ago
- 人脸识别和 人脸对比☆30Sep 30, 2017Updated 8 years ago
- facenet人脸检测与识别系统☆226Dec 8, 2022Updated 3 years ago
- 基于mtcnn/facenet/tensorflow 实现人脸识别登录系统☆683Jul 26, 2022Updated 3 years ago
- Python实现人脸对比,活体检测☆10Jun 27, 2020Updated 5 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 本项目是利用mtcnn网络和facenet网络实现了一个简单的人脸识别功能。整体流程大致如下:首先利用mtcnn网络进行人脸检测和人脸关键点(5个)提取;接着利用人脸关键点进行人脸校正(仿射变换);然后将校正之后的人脸图片送入facenet网络进行人脸特征(128维)提取;…☆38Feb 9, 2021Updated 5 years ago
- ☆13Dec 23, 2020Updated 5 years ago
- 网盘项目☆10Mar 9, 2017Updated 9 years ago
- 这十套练习,教你如何用Pandas做数据分析☆12Feb 26, 2019Updated 7 years ago
- Caffe fork compatible with SSH face detector☆14Oct 16, 2017Updated 8 years ago
- a light node implement for eosio☆16Jan 10, 2020Updated 6 years ago
- ☆15Jun 9, 2020Updated 5 years ago
- 基于SSM框架的在线云盘☆10Mar 7, 2019Updated 7 years ago
- ☆24Jun 11, 2020Updated 5 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- pytorch+bert实现的意图识别与槽位填充☆11May 30, 2023Updated 2 years ago
- 这是我的csdn博客代码,只有代码实现,没有详细解释,欲了解更多信息,请访问我的csdn博客:☆12May 2, 2019Updated 6 years ago
- Few-Shot Object Detection with Transformer☆10Jan 3, 2024Updated 2 years ago
- ☆12Jan 8, 2020Updated 6 years ago
- ocr中的densenet网络训练☆14Dec 24, 2019Updated 6 years ago
- ☆12Oct 10, 2021Updated 4 years ago
- 人脸识别算法,结合facenet网络结构和center loss作为损失,基于tensorflow框架,含训练和测试代码,支持从头训练和摄像头测试☆155Oct 25, 2019Updated 6 years ago
- 微信小程序-录音机☆10Jan 20, 2017Updated 9 years ago
- ☆16Jun 7, 2020Updated 5 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- ☆20Nov 16, 2022Updated 3 years ago
- 基于facenet的实时人脸识别系统☆446Sep 26, 2018Updated 7 years ago
- DUT编译原理课程设计,定义了一个C语言子集,包含词法分析,语法分析,语义分析,解释执行以及相应的图形界面☆12Nov 13, 2020Updated 5 years ago
- Allwinner H6 mali fbdev userspace driver☆15Apr 11, 2018Updated 7 years ago
- ☆14Apr 2, 2025Updated 11 months ago
- 基于OpenCV深度学习与face++共同识别人脸项目☆29Oct 16, 2017Updated 8 years ago
- python实现的图像检索系统,包括特征提取、建立图像库、建立索引、特征比对和结果评估。☆12Jun 19, 2018Updated 7 years ago