项目作者: dtf320

项目描述 :
mtcnn人脸检测算法的实现
高级语言: Python
项目地址: git://github.com/dtf320/simple-mtcnn.git
创建时间: 2019-09-27T07:56:54Z
项目社区:https://github.com/dtf320/simple-mtcnn

开源协议:

下载


Simple-MTCNN

This is a simple implementation of MTCNN, without train script. It is used to understand the algorithm described in the paper
a Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks.
Pre-trained files(.npy) and some code is from facenet.

Environment

  • python 3.6
  • Tensorflow-gpu 1.13.1
  • cuda 10
  • opencv 4.1.0

Test

  • demo_picture.py: to deal with prepared pictures.
  • demo_picture.py: to deal with online video.

Result

result0.png
result1.png
result2.png
result3.png