mtcnn-caffe
Face detector aligner
A deep learning framework for joint face detection and alignment using multi-task cascaded convolutional neural networks
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
492 stars
28 watching
297 forks
Language: Python
last commit: about 6 years ago
Linked from 1 awesome list
caffemtcnn
Related projects:
Repository | Description | Stars |
---|---|---|
dafucoding/mtcnn_caffe | Transforms MTCNN algorithm from Matlab to Caffe framework | 240 |
ipazc/mtcnn | A Python package implementing a robust face detection and alignment algorithm using a multitask cascaded convolutional network. | 2,237 |
zhzhanp/tcdcn-face-alignment | Facial landmark detection using deep multi-task learning in Matlab | 232 |
xiaolonw/adversarial-frcnn | A Caffe-based implementation of A-Fast-RCNN, a method for object detection using adversarial networks. | 482 |
moli232777144/mtcnn_ncnn | A project that builds and integrates the ncnn framework for mobile face detection on Windows and Android platforms. | 528 |
chengyangfu/caffe | A fast and modular deep learning framework for computer vision tasks. | 169 |
bharatsingh430/py-r-fcn-multigpu | A software framework for training object detection models on multiple GPUs using the Caffe deep learning framework | 193 |
ydwen/caffe-face | A deep face recognition implementation using the Caffe framework | 1,211 |
amd/opencl-caffe | An OpenCL implementation of Caffe, a mainstream DNN framework. | 517 |
muupan/dqn-in-the-caffe | An implementation of Deep Q-Network using Caffe to train and test reinforcement learning algorithms. | 213 |
dolotovevgeniy/deeppyramid | A repository providing pre-trained models and training scripts for face detection using a deep neural network architecture | 23 |
wkentaro/fcn | An implementation of fully convolutional networks in Chainer, a deep learning framework. | 218 |
shicai/densenet-caffe | Provides pre-trained neural network models based on DenseNet architecture, converted from Torch format to Caffe model for use in deep learning applications. | 357 |
naibaf7/caffe_neural_tool | A C++ interface to the caffe deep learning framework, providing a convenient entry point for developers to build and deploy neural networks. | 15 |
ibbm/cascaded-fcn | An implementation of a Cascaded Fully Convolutional Neural Network architecture for medical image segmentation | 304 |