LeslieZhoa / tensorflow-MTCNN
人脸检测MTCNN算法,采用tensorflow框架编写,从理解到训练,中文注释完全,含测试和训练,支持摄像头
☆365Updated 6 years ago
Alternatives and similar repositories for tensorflow-MTCNN:
Users that are interested in tensorflow-MTCNN are comparing it to the libraries listed below
- 整理和注释了facenet的代码,以便更好地理解facenet的代码。源代码地址:https://github.com/davidsandberg/facenet☆475Updated 6 years ago
- 人脸识别算法,结合facenet网络结构和center loss作为损失,基于tensorflow框架,含训练和测试代码,支持从头训练和摄像头测试☆153Updated 5 years ago
- ☆381Updated 5 years ago
- facenet人脸检测与识别系统☆217Updated 2 years ago
- 基于facenet的实时人脸识别系统☆441Updated 6 years ago
- MTCNN和facenet进行实时人脸识别☆45Updated 5 years ago
- A face detection algorithm☆319Updated 6 years ago
- 这是一个基于mtcnn和facenet的人脸识别模型,可实现在线人脸识别。☆232Updated 4 years ago
- Realtime Face Detection and Head pose estimation on Windows、Ubuntu、Mac、Android and iOS☆475Updated 3 years ago
- a demo to use insightface☆93Updated 5 years ago
- mtcnn-tf☆163Updated 7 years ago
- 这是一个利用keras实现mtcnn的代码,可以实现人脸检测。☆125Updated 4 years ago
- Reproduce MTCNN using Tensorflow☆1,506Updated 5 years ago
- 人脸检测MTCNN算法,采用tensorflow框架编写☆36Updated 6 years ago
- 适用于复杂场景的人脸识别身份认证系统☆321Updated 6 months ago
- 通过 Mtcnn 实现人脸的检测并且能够标注出来,然后利用facenet 通过计算实时检测的人脸数据与实现存储的数据进行对比计算,计算相似度,从而实现人脸的鉴别☆38Updated 6 years ago
- Face recognition using triplet loss, implementing FaceNet with pytorch.人脸识别项目,提供一个小型数据集用作验证,使用三元组损失函数(Triplet loss)提升准确率和泛化能力,对FaceNet进行了…