☆386May 17, 2019Updated 7 years ago
Alternatives and similar repositories for Face_Detection_Recognition
Users that are interested in Face_Detection_Recognition are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Face Recognization System By MTCNN & Insightface☆48Jun 26, 2019Updated 7 years ago
- MTCNN和facenet进行实时人脸识别☆45Jun 2, 2019Updated 7 years ago
- 整理和注释了facenet的代码,以便更好地理解facenet的代码。源代码地址:https://github.com/davidsandberg/facenet☆472Sep 13, 2018Updated 7 years ago
- 复现MTCNN论文,参考了众多复现代码,在此表示感谢~☆19Apr 13, 2019Updated 7 years ago
- 基于facenet的实时人脸识别系统☆447Sep 26, 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.
- 人脸识别算法,结合facenet网络结构和center loss作为损失,基于tensorflow框架,含训练和测试代码,支持从头训练和摄像头测试☆153Oct 25, 2019Updated 6 years ago
- 基于mtcnn/facenet/tensorflow 实现人脸识别登录系统☆685Jul 26, 2022Updated 4 years ago
- 人脸检测MTCNN算法,采用tensorflow框架编写,从理解到训练,中文注释完全,含测试和训练,支持摄像头☆363Dec 9, 2018Updated 7 years ago
- Face recognition using Tensorflow☆14,343Jul 24, 2023Updated 3 years ago
- Reproduce MTCNN using Tensorflow☆1,502Dec 16, 2019Updated 6 years ago
- a demo to use insightface☆96Nov 20, 2019Updated 6 years ago
- ☆91Jul 4, 2018Updated 8 years ago
- implement the mainstream object detection models☆50Sep 1, 2018Updated 7 years ago
- 基于caffe的mtcnn训练实现,非常容易非常简单,并且有配套的纯c++版本的mtcnn-light☆15Jul 6, 2017Updated 9 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.
- 使用tensorflow2重构mtcnn☆20Mar 30, 2020Updated 6 years ago
- mtcnn-tf☆164Feb 10, 2018Updated 8 years ago
- Repository for "Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks", implemented with Caffe, C++ …☆328Mar 19, 2018Updated 8 years ago
- this is a crawler which is used to download images from baidu and biying☆30Jan 3, 2019Updated 7 years ago
- Pytorch实现的人脸识别明细MobileFaceNet模型,在预测使用MTCNN检测人脸,然后使用MobileFaceNet模型识别。☆177Jun 9, 2026Updated last month
- MTCNN face detection implementation base on NCNN☆183Jul 7, 2019Updated 7 years ago
- Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks☆2,862Oct 11, 2022Updated 3 years ago
- 采用了单纯的Softmax和CNN网络进行手写体数字识别,采用Keras框架的Sequential模型,里面涉及了卷积,池化,dropout,Dense,Flatten;对于手写数据集获取方式也有说明,而不再不是用已经被官方弃用的方法;数据处理以及可视化数据和结果;模型的编…☆12Feb 19, 2019Updated 7 years ago
- Face Recognition based on facenet and mtcnn☆25Aug 20, 2019Updated 6 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.
- (WARNING: This repository is NO LONGER maintained ) Real time face detection and recognition base on opencv/tensorflow/mtcnn/facenet☆893Jan 28, 2017Updated 9 years ago
- 本项目是利用mtcnn网络和facenet网络实现了一个简单的人脸识别功能。整体流程大致如下:首先利用mtcnn网络进行人脸检测和人脸关键点(5个)提取;接着利用人脸关键点进行人脸校正(仿射变换);然后将校正之后的人脸图片送入facenet网络进行人脸特征(128维)提取;…☆39Feb 9, 2021Updated 5 years ago
- 人脸识别客户端☆111Jun 21, 2018Updated 8 years ago
- Low-Resolution Face Recognition Based on Identity-Preserved Face Hallucination (2019, ICIP)☆19Jun 4, 2023Updated 3 years ago
- Conversion of yolo from DarkNet to Caffe☆26Nov 26, 2018Updated 7 years ago
- ☆21Jul 16, 2020Updated 6 years ago
- 利用facenet进行人脸特征提取,保存入mysql,后 期可进行比对进行人脸登陆☆79Jul 18, 2018Updated 8 years ago
- MNN MTCNN C++☆49Jul 31, 2019Updated 6 years ago
- ☆11Aug 18, 2021Updated 4 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 通过 Mtcnn 实现人脸的检测并且能够标注出来,然后利用facenet 通过计算实时检测的人脸数据与实现存储的数据进行对比计算,计算相似度,从而实现人脸的鉴别☆37Jul 16, 2018Updated 8 years ago
- Pytorch - Scaled-YOLOv4: Scaling Cross Stage Partial Network☆14Jul 6, 2021Updated 5 years ago
- NVIDIA TensorRT implementation for facenet with pre-trained Inception-ResNet v1 SavedModel/Ckpt and MTCNN Networks☆104Sep 27, 2019Updated 6 years ago
- 这是一个facenet-pytorch的库,可以用于训练自己的人脸识别模型。☆529Aug 27, 2023Updated 2 years ago
- State-of-the-art 2D and 3D Face Analysis Project☆29,357Updated this week
- deploy machine learning model in tensorflow sering and docker☆10Dec 5, 2018Updated 7 years ago
- 用python和c++实现了原始的LBP、圆形LBP、旋转不变的圆形LBP、等价模式的圆形LBP、旋转不变的等价模式的圆形LBP。python版本LBP用于模型训练,c++版本LBP用于模型部署。☆11Aug 27, 2018Updated 7 years ago