# mtcnn-keras **Repository Path**: a_shen/mtcnn-keras ## Basic Information - **Project Name**: mtcnn-keras - **Description**: 这是一个利用keras实现mtcnn的代码,可以实现人脸检测。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-10-14 - **Last Updated**: 2021-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mtcnn人脸检测算法在Keras当中的实现 --- ### 目录 1. [所需环境 Environment](#所需环境) 2. [使用方法 Usage](#使用方法) 3. [参考资料 Reference](#Reference) ### 所需环境 tensorflow-gpu==1.13.1 keras==2.1.5 ### 使用方法 下来过来直接运行即可,运行其中的detect.py,所用模型就是model_data中的onet.h5、pnet.h5、rnet.h5。 如果有机会的话我会试着训练一下啊。 ![原图Before](/img/timg.jpg) ![处理后的图](/img/out.jpg) ### Reference [https://github.com/xiangrufan/keras-mtcnn](https://github.com/xiangrufan/keras-mtcnn)