lining168's Stars
rbgirshick/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
tiny-dnn/tiny-dnn
header only, dependency-free deep learning framework in C++14
kpzhang93/MTCNN_face_detection_alignment
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
chuanqi305/MobileNet-SSD
Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
microsoft/caffe
Caffe on both Linux and Windows
CongWeilin/mtcnn-caffe
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
chengzhengxin/sdm
Supervised Descent Method Apply to Face Alignment, and Head Pose Estimation with Linear Regression. It is cross-platfrom, easily compile in windows, ubuntu, even in Android & iOS.
LeslieZhoa/tensorflow-MTCNN
人脸检测MTCNN算法,采用tensorflow框架编写,从理解到训练,中文注释完全,含测试和训练,支持摄像头
OAID/FaceRecognition
This is an implematation project of face detection and recognition. The face detection using MTCNN algorithm, and recognition using LightenenCNN algorithm.
KangKangLoveCat/insightface_ncnn
cyberfire/tensorflow-mtcnn
C++ and python Inference only for MTCNN face detector on Tensorflow. Based on davidsandberg's facenet project:
szad670401/Rubost-Chinese-License-Plate-Locate-Using-LBP-adaboost-with-CNN-regression
LBP级联+CNN 回归定位车牌
luoyetx/Joint-Face-Detection-and-Alignment
Caffe and Python implementation of Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks
ksachdeva/opencv-mtcnn
An implementation of MTCNN Face detector using OpenCV's DNN module
xfgryujk/VehicleDetection
Detect and track vehicles in video
beichen2012/mtcnn-pytorch
使用pytorch实现mtcnn的训练及预测,并用pytorch的c++ api实现了前向预测的功能化
windylijie/face-detect-MTcnn-faceNet
通过 Mtcnn 实现人脸的检测并且能够标注出来,然后利用facenet 通过计算实时检测的人脸数据与实现存储的数据进行对比计算,计算相似度,从而实现人脸的鉴别
OAID/FaceRecognition2
FaceRecognition2 is an implementation project of face detection and recognition. The face detection using MTCNN algorithm, and recognition using LightenedCNN algorithm.
zzpfox/face-detection-MTCNN-ncnn
Implement MTCNN for face detection and landmark localization in ncnn framework
zzzkk2009/anti-spoofing
anti-spoofing
zhanglaplace/mtcnn
mtcnn face detect caffe
rocking5566/face-detection-MTCNN-ncnn
cvtuge/mtcnn
mtcnn caffe训练和测试代码
zh3389/MTCNN
Mtcnn->思维导图->开发步骤->成品->效果图
Cv9527/FaceRecognition
A complete solution for faceDetection,Facealignment,and faceRecogniton using MTCNN and Center Loss under the Caffe framework
zhanglaplace/accelerate-mtcnn
accelerate-mtcnn No Align
jeehyun100/MTCNN
MTCNN CAFFE UBUNTU
JoneyCheng/-TensorFlow-MTCNN-
理论基础、实现过程、样本生成、采样、训练、测试使用等全部代码。
Archernarkiu/face-detector
face detector, based on mtcnn and ncnn
shengshanbai/MTCNN
参考相关论文实现的mtcnn网络,用于人脸识别和对齐