The Wayback Machine - https://web.archive.org/web/20210802045132/https://github.com/topics/mtcnn
Here are
159 public repositories
matching this topic...
Face recognition using Tensorflow
Updated
Jul 19, 2021
Python
MTCNN face detection implementation for TensorFlow, as a PIP package.
Updated
Jul 9, 2021
Jupyter Notebook
TensorRT MODNet, YOLOv4, YOLOv3, SSD, MTCNN, and GoogLeNet
Updated
Jul 18, 2021
Python
Deep learning face detection and recognition, implemented by pytorch. (pytorch实现的人脸检测和人脸识别)
Updated
Nov 23, 2018
Python
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
Updated
Oct 1, 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
全平台实时人脸检测和姿态估计,提供无需任何框架实现Realtime Face Detection and Head pose estimation on Windows、Ubuntu、Mac、Android and iOS
人脸检测MTCNN算法,采用tensorflow框架编写,从理解到训练,中文注释完全,含测试和训练,支持摄像头
Updated
Dec 9, 2018
Python
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
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
Webcam face recognition using tensorflow and opencv
Updated
Dec 3, 2019
Python
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.
Updated
Jun 19, 2018
Jupyter Notebook
mtcnn face detection transplanted to keras
Updated
Aug 4, 2017
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:
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
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
It is a mtcnn project based on ncnn
A framework for creating and using a Face Recognition system.
Updated
Oct 15, 2020
Python
face detection and alignment with mtcnn
detect face with mtcnn and embedder with insightface
Updated
Jul 11, 2018
Java
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
Jul 10, 2021
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