# Fast_MTCNN_caffe_model **Repository Path**: leeyueleeyue/Fast_MTCNN_caffe_model ## Basic Information - **Project Name**: Fast_MTCNN_caffe_model - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MTCNN state-of-the-art face detection method ## 概述 [MTCNN](https://kpzhang93.github.io/MTCNN_face_detection_alignment/index.html)是[Kaipeng Zhang](https://kpzhang93.github.io/)等人提出的多任务级联卷积神经网络进行人脸检测的方法,是迄今为止开放源码的效果最好的人脸检测器之一,[在fddb上有100个误报时的检出率高达90%以上](https://github.com/imistyrain/fddb-windows),作者提供的版本为[matlab版](https://github.com/kpzhang93/MTCNN_face_detection_alignment),它最终的效果如图所示: ![](https://i.imgur.com/FbglxoX.jpg) ## Fast MTCNN caffe model 该项目包含了Fast MTCNN使用的caffe model ## Author Jack Yu ## 参考 * [MTCNN with all platforms](https://github.com/imistyrain/MTCNN)