Here are
181 public repositories
matching this topic...
Face recognition using Tensorflow
Updated
May 26, 2022
Python
MTCNN face detection implementation for TensorFlow, as a PIP package.
Updated
Jun 7, 2022
Jupyter Notebook
TensorRT MODNet, YOLOv4, YOLOv3, SSD, MTCNN, and GoogLeNet
Updated
Jul 1, 2022
Python
Deep learning face detection and recognition, implemented by pytorch. (pytorch实现的人脸检测和人脸识别)
Updated
Nov 23, 2018
Python
基于ncnn框架搭建win及android端的MTCNN人脸检测工程
💎 Detect , track and extract the optimal face in multi-target faces (exclude side face and select the optimal face).
Updated
Jun 1, 2019
Python
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
Updated
Oct 1, 2018
Python
Realtime Face Detection and Head pose estimation on Windows、Ubuntu、Mac、Android and iOS
Updated
Jan 27, 2022
Jupyter Notebook
人脸检测MTCNN算法,采用tensorflow框架编写,从理解到训练,中文注释完全,含测试和训练,支持摄像头
Updated
Dec 9, 2018
Python
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
face detection alignment recognition reconstruction ...
Simple implementation of kpzhang93's paper from Matlab to c++, and don't change models.
MTCNN with Motion Detection, on Raspberry Pi with Love
Updated
Mar 17, 2017
Jupyter Notebook
Face recognition system using MTCNN, FACENET, SVM and FAST API to track participants of Big Brother Brasil in real time.
Updated
Mar 6, 2022
Python
Webcam face recognition using tensorflow and opencv
Updated
Dec 3, 2019
Python
Multi-task learning smile detection, age and gender classification on GENKI4k, IMDB-Wiki dataset.
Updated
Jun 19, 2018
Jupyter Notebook
This is an implematation project of face detection and recognition. The face detection using MTCNN algorithm, and recognition using LightenenCNN algorithm.
mtcnn face detection transplanted to keras
Updated
Aug 4, 2017
Python
A re-implementation of mtcnn. Joint training, tutorial and deployment together.
Updated
Nov 6, 2020
Jupyter Notebook
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.
Updated
Jul 12, 2020
Python
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:
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Updated
Nov 20, 2019
Python
Caffe and Python implementation of Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks
Updated
May 9, 2018
Python
A framework for creating and using a Face Recognition system.
Updated
Oct 15, 2020
Python
It is a mtcnn project based on ncnn
face detection and alignment with mtcnn
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.
Updated
May 27, 2022
Python
Improve this page
Add a description, image, and links to the
mtcnn
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
mtcnn
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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