通过 Mtcnn 实现人脸的检测并且能够标注出来,然后利用facenet 通过计算实时检测的人脸数据与实现存储的数据进行对比计算,计算相似度,从而实现人脸的鉴别
☆37Jul 16, 2018Updated 7 years ago
Alternatives and similar repositories for face-detect-MTcnn-faceNet
Users that are interested in face-detect-MTcnn-faceNet 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
- MTCNN和facenet进行实时人脸识别☆45Jun 2, 2019Updated 7 years ago
- Make a new landmarks or a less points landmarks from dlib ibug_300W_large_face_landmark_dataset.☆10Nov 11, 2018Updated 7 years ago
- 利用facenet实现检测图片中的人脸,将识别到的人脸向量存入数据库,此外利用post提交一个新图片 返回数据库中相似的人脸的信息☆87Jan 25, 2018Updated 8 years ago
- 更改facenet源码目录的一些结构,下载即用。功能包括:一、摄像头人脸检测,关键点检测。二、静态图人脸检测,关键点检测。三、人脸对齐。四、人脸比较。五、人脸聚类。☆60Mar 24, 2023Updated 3 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Deep learning model to predict a beauty score for faces in images. Outperforms the state-of-the-art by up to 18% (2019).☆29Oct 16, 2020Updated 5 years ago
- 人脸识别算法,结合facenet网络结构和center loss作为损失,基于tensorflow框架,含训练和测试代码,支持从头训练和摄像头测试☆153Oct 25, 2019Updated 6 years ago
- 利用facenet进行 人脸特征提取,保存入mysql,后期可进行比对进行人脸登陆☆79Jul 18, 2018Updated 7 years ago
- Face Recognition using MTCNN face detector and FaceNet (pre-trained by davidsandberg) based identification.☆33Nov 22, 2018Updated 7 years ago
- 牛客网2021年Java精华面经汇总(月更)☆12Jul 31, 2021Updated 4 years ago
- The pipeline for image data augmentation which include zoom, blur, noise, rotation, flip, contrast, crop and generate augmented img, xml …☆13Nov 17, 2017Updated 8 years ago
- 本工程代码用于批量实现公开人脸300w/lfpw/afw/helen人脸68个关键点检测训练数据的处理与增强操作,方便后续的训练工作☆16Aug 13, 2019Updated 6 years ago
- ☆15Oct 14, 2023Updated 2 years ago
- 一款可以优雅的阅读本地小说以及大量网络小说的APP☆13May 10, 2018Updated 8 years ago
- AI Agents on 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.
- ☆16Aug 3, 2020Updated 5 years ago
- [ICME'23, oral] CCLAP: Controllable Chinese Landscape Painting Generation☆19Apr 20, 2025Updated last year
- face detect and align☆55Dec 7, 2017Updated 8 years ago
- ☆26Feb 19, 2023Updated 3 years ago
- face detect java code, 基于opencv和MTCNN进行人脸区域裁剪,使用了facenet 的 tensorflow 模型进行人脸特征映射。☆11Apr 10, 2019Updated 7 years ago
- 人脸识别和 人脸对比☆30Sep 30, 2017Updated 8 years ago
- JT808协议通讯,使用OkSocket建立长连接☆16Mar 10, 2020Updated 6 years ago
- cnn network predict face landmarks (68 points) and head pose (3d pose, yaw,roll,pitch).☆16Aug 20, 2017Updated 8 years ago
- ☆103Jul 4, 2020Updated 5 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 基于facenet的实时人脸识别系统☆447Sep 26, 2018Updated 7 years ago
- ☆13Aug 2, 2016Updated 9 years ago
- I-Cube Engine : Cross Platform OpenGL/C++(0x11) 3D VR Engine Virtual Reality☆11May 5, 2026Updated last month
- code for fun☆16Mar 24, 2023Updated 3 years ago
- 机器学习入门资源:代码、算法、书籍、论文☆24Sep 6, 2018Updated 7 years ago
- using machine learning model to scoring the quality of images☆10Aug 4, 2017Updated 8 years ago
- This repository contains the links of code for partial papers.☆27Aug 23, 2021Updated 4 years ago
- Implementation of facial landmarks detection using pytorch on iBUG 300W dataset. Why Xception Net? Because it provides satisfactory accur…☆26Jan 5, 2021Updated 5 years ago
- 使用springboot+mybatis后台框架 前端bootstrap框架 添加web socket实时提醒订单消息 使用springsecurity进行权限拦截 邮箱+短信验证 ,echart图表显示用户订单信息,poi表报打印等等。。。☆12Oct 25, 2017Updated 8 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.
- 跟着Tensorrt_pro学习各种知识☆39Nov 25, 2022Updated 3 years ago
- ☆13Oct 23, 2018Updated 7 years ago
- 自己计算机视觉的大作业,一个实时人脸识别系统☆12Feb 24, 2017Updated 9 years ago
- Using Kinect 2.0 + OpenCV to get Depth Data, Body Data, Hand State and Body Index Data.☆50Nov 3, 2014Updated 11 years ago
- cpp rotation album,基于cpp eigen实现的3d旋转相册,GAMES101复现内容☆12Jul 25, 2022Updated 3 years ago
- bert,albert计算中文句子的相似度☆20Mar 4, 2020Updated 6 years ago
- 人脸检测MTCNN算法,采用tensorflow框架编写,从理解到训练,中文注 释完全,含测试和训练,支持摄像头☆363Dec 9, 2018Updated 7 years ago