mtcnn
Face detector library
A Python package implementing a robust face detection and alignment algorithm using a multitask cascaded convolutional network.
MTCNN face detection implementation for TensorFlow, as a PIP package.
2k stars
43 watching
528 forks
Language: Jupyter Notebook
last commit: about 2 months ago detectionfacelandmarkmtcnnpackagepippython3tensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
congweilin/mtcnn-caffe | A deep learning framework for joint face detection and alignment using multi-task cascaded convolutional neural networks | 492 |
zhzhanp/tcdcn-face-alignment | Facial landmark detection using deep multi-task learning in Matlab | 232 |
moli232777144/mtcnn_ncnn | A project that builds and integrates the ncnn framework for mobile face detection on Windows and Android platforms. | 528 |
dafucoding/mtcnn_caffe | Transforms MTCNN algorithm from Matlab to Caffe framework | 240 |
yxu0611/tensorflow-implementation-of-lcnn | An implementation of a deep face recognition algorithm in TensorFlow | 78 |
clcarwin/sfd_pytorch | An implementation of a face detection algorithm using PyTorch | 230 |
natanielruiz/dockerface | A tool that deploys a trained deep learning model for face detection on video and image inputs using a Docker container. | 190 |
yuwenxiong/py-r-fcn | A Python implementation of an object detection algorithm using region-based fully convolutional networks | 1,048 |
lelechen63/atvgnet | This repository provides implementations of neural networks used in cross-modal talking face generation | 258 |
tusimple/mx-maskrcnn | An implementation of Mask R-CNN using MXNet and Resnet-50-FPN for object detection and segmentation in images. | 1,755 |
charlesshang/tffrcnn | A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets. | 874 |
nagadomi/lbpcascade_animeface | Detects anime/manga style faces in images using OpenCV's cascade classifier | 1,935 |
xiaolonw/adversarial-frcnn | A Caffe-based implementation of A-Fast-RCNN, a method for object detection using adversarial networks. | 482 |
trancee/capacitor-google-mlkit-vision | An app for on-device face detection using machine learning | 12 |
rainofmine/face_attention_network | An implementation of a face attention network for object detection | 313 |