AddASecond / mtcnn

Repositories Collections on face detection and alignment with mtcnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MTCNN (Repositories Collections)

1.Repositories that #have# training process or at least illustration

                                                       
library language dependencies hasLandmarks comments
https://github.com/CongWeilin/mtcnn-caffe python caffe yes a training reproduction
https://github.com/zuoqing1988/ZQCNN objective-c mxnet, mini-caffe yes 106 landmarks
https://github.com/dlunion/mtcnn c++ caffe yes a training reproduction similar to CongWeiLin
https://github.com/daikankan/mtcnn c++ caffe yes a training reproduction
https://github.com/zhanglaplace/3000fps-mtcnnc++opencv, caffe yes 68keypoints but no model
https://github.com/kuaikuaikim/DFace pythonpytorch yes DFace
https://github.com/AITTSMD/MTCNN-Tensorflow pythontensorflow yes followed the paper closely
https://github.com/BobLiu20/mtcnn_tf pythontensorflow yes similar to AITTSMD
https://github.com/davidsandberg/facenet python tensorflow yes the most popular
https://github.com/Seanlinx/mtcnn pythonmxnet no a good mxnet reproduction
https://github.com/luoyetx/Joint-Face-Detection-and-Alignment c++opencv, mxnet yes mtcnn caffe memory leak issue

2.Repositories that only have deployment

       
library language dependencies hasLandmarks comments
https://github.com/kpzhang93/MTCNN_face_detection_alignment matlab caffe yes original
https://github.com/happynear/MTCNN_face_detection_alignment c++ caffe, matlab, Pdollar toolbox yes good implementation
https://github.com/foreverYoungGitHub/MTCNN c++ caffe, opencv could good illustration of training process
https://github.com/DuinoDu/mtcnn python caffe, opencv yes
https://github.com/wowo200/MTCNN c++ caffe, opencv yes only 1 cpp
https://github.com/blankWorld/MTCNN-Accelerate-Onet c++ caffe, opencv yes
https://github.com/OAID/FaceDetection c++ caffe/mxnet/tensorflow yes good implementation
https://github.com/pangyupo/mxnet_mtcnn_face_detection python mxnet, opencv yes
https://github.com/ipazc/mtcnn python tensorflow, opencv yes
https://github.com/cyberfire/tensorflow-mtcnn c++/python tensorflow, opencv yes
https://github.com/ElegantGod/ncnn c++ ncnn yes extends Tencent/ncnn
https://github.com/Longqi-S/ncnn-mtcnn c++ ncnn yes extends ElegantGod/ncnn
https://github.com/moli232777144/mtcnn_ncnn c++ opencv, ncnn, protobuf yes Android, ARM
https://github.com/AlphaQi/MTCNN-light c++ opencv, openblas unknown no framework, 68ms per frame(640,480)
https://github.com/tpys/face-everthing c++ opencv, Boost, SphereCaffe, CUDA yes aggregation of mutiple good repositories
https://github.com/Team-Neighborhood/awesome-face-detection c++opencv, dlib, etc no methods benchmark

About

Repositories Collections on face detection and alignment with mtcnn