wen-fei / AngelEyes
a system for searching information about losing children. you can find text information and upload images to achieve the similarity with the images in the system database so that you can be sure if this children is the person who you want to find.
☆54Updated last year
Related projects ⓘ
Alternatives and complementary repositories for AngelEyes
- Face Recognization System By MTCNN & Insightface☆46Updated 5 years ago
- a demo to use insightface☆92Updated 4 years ago
- ☆89Updated 6 years ago
- 实现常用基于深度学习的人脸检测算法 华为媒体研究院 图文Caption、OCR识别、图视文多模态理解与生成相关方向工作或实习欢迎咨询 15757172165 https://guanfuchen.github.io/media/hw_zhaopin_20220724_tin…☆130Updated 5 years ago
- MTCNN提出了一种Multi-task的人脸检测框架,将人脸检测和人脸特征点检测同时进行。提出一个新的基于CNN的级联型框架,用于联和(joint)人脸检测和对齐;还设计轻量级的CNN架构使得速度上可以达到实时;提出一个有效的online hard sample mini…☆37Updated 6 years ago
- tensorflow + python3实现,目标是实现DeepID2+☆63Updated 6 years ago
- Using MTCNN and MobileFaceNet on Face Recognition☆70Updated 5 years ago
- Face recognition using triplet loss, implementing FaceNet with pytorch.人脸识别项目,提供一个小型数据集用作验证,使用三元组损失函数(Triplet loss)提升准确率和泛化能力,对FaceNet进行了…☆127Updated 6 years ago
- MTCNN和facenet进行实时人脸识别☆41Updated 5 years ago
- 通过 Mtcnn 实现人脸的检测并且能够标注出来,然后 利用facenet 通过计算实时检测的人脸数据与实现存储的数据进行对比计算,计算相似度,从而实现人脸的鉴别☆37Updated 6 years ago
- 复现MTCNN论文,参考了众多复现代码,在此表示感谢~☆20Updated 5 years ago
- 人脸识别算法,结合facenet网络结构和center loss作为损失,基于tensorflow框架,含训练和测试代码,支持从头训练和摄像头测试☆152Updated 5 years ago
- Real-time facial landmarks detection / 摄像头人脸检测并进行特征点标定☆71Updated 2 years ago
- Detect faces in the image and crop the faces / 使用 Dlib 进行人脸检测然后将人脸裁剪下来☆118Updated 3 years ago
- 人脸检测MTCNN算法,采用tensorflow框架编写,从理解到训练,中文注释完全,含测试和训练,支持摄像头☆363Updated 5 years ago
- 对比ZQCNN-MTCNN与libfacedetection☆149Updated 5 years ago
- ☆67Updated 4 years ago
- A face detection algorithm☆317Updated 5 years ago
- MTCNN Pytorch implementation☆33Updated 5 years ago
- this is a crawler which is used to download images from baidu and biying☆30Updated 5 years ago
- 定位综述 目前用于人脸定位的有两种主流方法,一种是基于级联形状回归模型,另一种就是基于深度学习的方法。级联形状回归方法就是使用回归模型,直接学习从人脸表征到人脸形状的映射函数,进而建立从表观到形状的对应关系。这种方法的学习依赖于训练集的选取,如果训练集中包含了复杂的姿态变化…