Face recognition using Tensorflow
-
Updated
Jul 19, 2021 - Python
{{ message }}
Face recognition using Tensorflow
Deep learning face detection and recognition, implemented by pytorch. (pytorch实现的人脸检测和人脸识别)
全平台实时人脸检测和姿态估计,提供无需任何框架实现Realtime Face Detection and Head pose estimation on Windows、Ubuntu、Mac、Android and iOS
人脸检测MTCNN算法,采用tensorflow框架编写,从理解到训练,中文注释完全,含测试和训练,支持摄像头
face detection alignment recognition reconstruction ...
C++ project to implement MTCNN, a perfect face detect algorithm, on different DL frameworks. The most popular frameworks: caffe/mxnet/tensorflow, are all suppported now
MTCNN with Motion Detection, on Raspberry Pi with Love
Webcam face recognition using tensorflow and opencv
This is an implematation project of face detection and recognition. The face detection using MTCNN algorithm, and recognition using LightenenCNN algorithm.
Multi-task learning smile detection, age and gender classification on GENKI4k, IMDB-Wiki dataset.
Face Detector based on MTCNN, tensorflow and golang
C++ and python Inference only for MTCNN face detector on Tensorflow. Based on davidsandberg's facenet project:
A re-implementation of mtcnn. Joint training, tutorial and deployment together.
This project provide a single tensorflow model implement the mtcnn face detector. And it shows how to convert model from caffe to tensorflow in a hard way.
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
A framework for creating and using a Face Recognition system.
detect face with mtcnn and embedder with insightface
A small-scale flask server facial recognition system, using a pre-trained facenet model with real-time web camera face recognition functionality, and a pre-trained Multi-Task Cascading Convolutional Neural Network (MTCNN) for face detection and cropping.
Add a description, image, and links to the mtcnn topic page so that developers can more easily learn about it.
To associate your repository with the mtcnn topic, visit your repo's landing page and select "manage topics."
Hi
when I do classification with the pretrained vggface2 model, how do I match a probability to a name? do you have a list of labels for the trained model?
Thanks