Skip to content

这是一个利用keras实现mtcnn的代码,可以实现人脸检测。

License

Notifications You must be signed in to change notification settings

bubbliiiing/mtcnn-keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mtcnn人脸检测算法在Keras当中的实现


目录

  1. 所需环境 Environment
  2. 使用方法 Usage
  3. 参考资料 Reference

所需环境

tensorflow-gpu==1.13.1
keras==2.1.5

使用方法

下载库后即可运行,运行的文件为detect.py。结果会通过cv2显示。

该库的代码并不包含训练的部分,想要自己进行训练的同学可以参考Reference。

2021年1月30日:对代码进行了注释并将一些难以理解的部分进行了重构。

Reference

https://github.com/xiangrufan/keras-mtcnn

About

这是一个利用keras实现mtcnn的代码,可以实现人脸检测。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages