论文解读——Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks(二)

     该文作者开源了测试代码,我下载到了百度云,链接如下:点击打开链接

     我进行了测试,效果不错:

## Python Run
1. install tensorflow first, please refers to https://www.tensorflow.org/install
2. install python packages: opencv, numpy
3. python ./facedetect_mtcnn.py --input input.jpg --output  new.jpg

进入cmd下,如下所示:

原图和结果图如下:



猜你喜欢

转载自blog.csdn.net/weixin_41695564/article/details/80439451