更改facenet源码目录的一些结构,下载即用。功能包括:一、摄像头人脸检测,关键点检测。二、静态图人脸检测,关键点检测。三、人脸对齐。四、人脸比较。五、人脸聚类。
☆60Mar 24, 2023Updated 3 years ago
Alternatives and similar repositories for facenet-demo
Users that are interested in facenet-demo 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模型实现人脸探测、人脸特征库构建、人脸检索、人脸比对等功能☆19Feb 11, 2019Updated 7 years ago
- 利用facenet进行人脸特征提取,保存入mysql,后期可进行比对进行人脸登陆☆81Jul 18, 2018Updated 7 years ago
- 人脸识别sdk功能包含:摄像头操作封装,人脸检测、特征提取、人脸特征比对、性别检测、年龄检测等;人脸检测耗时: 13 毫秒; 年龄检测耗时: 93 毫秒; 性别检测耗时: 79 毫秒; 特征提取耗时: 109 毫秒; 比对10000次用时: 1063 毫秒; 识别率>99.…☆14Sep 29, 2018Updated 7 years ago
- 通过 Mtcnn 实现人脸的检测并且能够标注出来,然后利用facenet 通过计算实时检测的人脸数据与实现存储的数据进行对比计算,计算相似度,从而实现人脸的鉴别☆37Jul 16, 2018Updated 7 years ago
- 脸部识别 人眼特征检测 活体检测 人脸旋转与侧脸拉正☆92Jan 22, 2019Updated 7 years ago
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- 自己实现harris角点检测☆10Jan 31, 2016Updated 10 years ago
- facenet人脸检测与识别系统☆226Dec 8, 2022Updated 3 years ago
- 2021 CCF BDCI基于飞桨实现花样滑冰选手骨骼点动作识别-第1名方案☆10Nov 24, 2021Updated 4 years ago
- Face Recognition人脸识别sdk功能包含:摄像头操作封装,人脸检测、特征提取、人脸特征比对、性别检测、年龄检测;☆13Sep 29, 2018Updated 7 years ago
- 本项目是利用mtcnn网络和facenet网络实现了一个简单的人脸识别功能。整体流程大致如下:首先利用mtcnn网络进行人脸检测和人脸关键点(5个)提取;接着利用人脸关键点进行人脸校正(仿射变换);然后将校正之后的人脸图片送入facenet网络进行人脸特征(128维)提取;…☆39Feb 9, 2021Updated 5 years ago
- face-cluster-by-infomap 一种无监督人脸聚类方法,在开源数据集上取得SOTA效果☆185Apr 7, 2021Updated 5 years ago
- 人脸特征提取,之后做人脸比对☆14May 8, 2024Updated 2 years ago
- 网盘项目☆10Mar 9, 2017Updated 9 years ago
- A framework of face cluster☆41Dec 2, 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.
- Python实现人脸对比,活体检测☆10Jun 27, 2020Updated 5 years ago
- 这是我的csdn博客代码,只有代码实现,没有详细解释,欲了解更多信息,请访问我的csdn博客:☆12May 2, 2019Updated 7 years ago
- Sampling and visualising the von Mises-Fisher distribution. An important hyper-spherical distribution.☆16Jun 5, 2020Updated 5 years ago
- ocr system of invoice☆25Jul 17, 2019Updated 6 years ago
- 复现MTCNN论文,参考了众多复现代码,在此表示感谢~☆19Apr 13, 2019Updated 7 years ago
- 一款查看apk信息的GUI工具☆22Jun 14, 2019Updated 6 years ago
- A simple face recognition demo based on python-OpenCV☆46Apr 29, 2015Updated 11 years ago
- DUT编译原理课程设计,定义了一个C语言子集,包含词法分析,语法分析,语义分析,解释执行以及相应的图形界面☆12Nov 13, 2020Updated 5 years ago
- 参考眼底图像血管分割retina-unet实现的文档去噪、去水印☆103Feb 23, 2020Updated 6 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 基于OpenCV深度学习与face++共同识别人 脸项目☆29Oct 16, 2017Updated 8 years ago
- 人脸识别应用☆18Oct 31, 2019Updated 6 years ago
- 这是一个基于 ChatGPT、Whisper、VITS 和 Live2D 的语音聊天网页☆21Mar 14, 2023Updated 3 years ago
- 基于tensorflow的人脸识别☆25Jan 24, 2018Updated 8 years ago
- Implementation of the paper "Efficient and Accurate Arbitrary-Shaped Text Detection with Pixel Aggregation Network"☆16Nov 1, 2019Updated 6 years ago
- A Few-Shot Learning based Approach to Multimodal Social Relation Extraction☆14Jan 17, 2023Updated 3 years ago
- 基于SSM框架开发的在线云盘☆11Aug 28, 2018Updated 7 years ago
- Use Siamese Network to implement fingerprint verification task.☆11Oct 21, 2021Updated 4 years ago
- Face detection and landmark implementation with mtcnn based on ncnn framework☆31Jul 13, 2018Updated 7 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 自己计算机视觉的大作业,一个实时人脸识别系统☆12Feb 24, 2017Updated 9 years ago
- 📁原生JS云盘(第一个小项目)☆19May 5, 2018Updated 8 years ago
- A simple CNN face occlusion detect implemented with tensorflow keras☆78Jun 28, 2022Updated 3 years ago
- ☆12Aug 7, 2018Updated 7 years ago
- Vzenith Tcp SDK Opensrouce☆10May 29, 2016Updated 9 years ago
- ☆12Oct 27, 2021Updated 4 years ago
- python的face_recognition人脸识别库的使用☆71Feb 25, 2018Updated 8 years ago