number9473 / nn-algorithm

algorithm for neural network
259 stars 59 forks source link

Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks #5

Open joyhuang9473 opened 7 years ago

joyhuang9473 commented 7 years ago

Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks

joyhuang9473 commented 7 years ago

This project provide you a method to update multi-task-loss for multi-input source. https://github.com/CongWeilin/mtcnn-caffe

joyhuang9473 commented 7 years ago

https://github.com/dlunion/mtcnn

基于caffe的mtcnn训练实现,可以训练一个自己的有效的目标检测算法,非常容易非常简单,并且有配套的纯c++版本的mtcnn-light

joyhuang9473 commented 7 years ago

https://github.com/foreverYoungGitHub/MTCNN

implemented with Caffe, C++ interface.

joyhuang9473 commented 7 years ago

https://github.com/Tencent/ncnn/issues/52#issuecomment-318555723

手工改了下MTCNN caffemodel转row-major,
https://github.com/ElegantGod/ncnn/blob/master/tools/caffe2ncnn_mtcnn.cpp
joyhuang9473 commented 7 years ago

The Relationship Between Precision-Recall and ROC Curves http://pages.cs.wisc.edu/~jdavis/davisgoadrichcamera2.pdf

screenshot from 2017-08-22 17 44 36

joyhuang9473 commented 6 years ago

half model shrink the orignal onet by half quantities of parameters

https://github.com/blankWorld/MTCNN-Accelerate-Onet

joyhuang9473 commented 6 years ago

The training data generate process: https://github.com/Seanlinx/mtcnn

joyhuang9473 commented 6 years ago

Implement MTCNN for face detection and landmark localization in ncnn framework https://github.com/rocking5566/face-detection-MTCNN-ncnn