Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 506 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 506 Bytes

face_pipe

face_pipe

主要功能:

  1. 人脸检测. 基于mmdetection.
  2. 人脸识别. 基于arcface.

使用教程

使用文档: docs/

部署文档: docs/docker_env.md

安装和使用

python 3.6+
$ pip install -r requirements.txt

代码结构

代码 调用函数 说明
tools * 训练测试等各种工具
demo * demo脚本
test * 测试相关

Note

继续更新功能和优化性能

版本更新历史请查看 CHANGELOG