MTCNN_Caffe
Face detector
Transforms MTCNN algorithm from Matlab to Caffe framework
Simple implementation of kpzhang93's paper from Matlab to c++, and don't change models.
240 stars
20 watching
134 forks
Language: C++
last commit: over 7 years ago
Linked from 1 awesome list
caffemtcnn
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 |
moli232777144/mtcnn_ncnn | A project that builds and integrates the ncnn framework for mobile face detection on Windows and Android platforms. | 528 |
ipazc/mtcnn | A Python package implementing a robust face detection and alignment algorithm using a multitask cascaded convolutional network. | 2,237 |
amd/opencl-caffe | An OpenCL implementation of Caffe, a mainstream DNN framework. | 517 |
longjon/caffe | Pre-release code for fully convolutional networks (FCNs) with C++ implementation | 81 |
ydwen/caffe-face | A deep face recognition implementation using the Caffe framework | 1,211 |
chengyangfu/caffe | A fast and modular deep learning framework for computer vision tasks. | 169 |
choasup/caffe-yolo9000 | A Caffe implementation of the YOLOv2 and YOLO9000 object detection algorithm | 166 |
muupan/dqn-in-the-caffe | An implementation of Deep Q-Network using Caffe to train and test reinforcement learning algorithms. | 213 |
alejandro-isaza/caffe | A C++ implementation of a deep learning framework designed for speed and modularity. | 59 |
jasjeetim/mask-rcnn | An implementation of Mask-RCNN in Caffe for object detection and instance segmentation tasks | 231 |
chuanqi305/mobilenet-ssd | A Caffe implementation of the MobileNet SSD detection network | 2,034 |
lisaanne/lisa-caffe-public | A C++ implementation of the deep learning framework used for rapid prototyping and building of image recognition models. | 220 |
mhauskn/dqn | An implementation of Deep Q-Network using Caffe | 68 |
bharatsingh430/py-r-fcn-multigpu | A software framework for training object detection models on multiple GPUs using the Caffe deep learning framework | 193 |