当前位置:   article > 正文

深度篇——人脸识别(二)  人脸识别代码 insight_face_pro 项目讲解_insightface: 2d and 3d face analysis project

insightface: 2d and 3d face analysis project

 

返回主目录

返回 人脸识别 目录

下一章:深度篇——人脸识别(一) ArcFace 论文 翻译

 

论文地址: 《ArcFace: Additive Angular Margin Loss for Deep Face Recognition》

源码地址: InsightFace: 2D and 3D Face Analysis Project

 

我优化的项目地址: insight_face_pro

 

本小节,人脸识别代码 insight_face_pro 项目讲解

 

二. 人脸识别代码 insight_face_pro 项目讲解

 

insight_face_pro 项目 结构如下:

 

我这里,仅以 f_mobile_face_net.py 网络模型来说明,如果你想尝试其他网络模型,请参考论文源码,修改一下,就可以用的了。

在对项目操作前,请先看 README.md  和  config.py 文件,这里,一个是说明文件,一个是配置文件。

README.md 文件 (论文,模型,数据,项目都可以从里面找到下载地址)

  1. # [insight_face_pro](https://github.com/wandaoyi/insight_face_pro)
  2. tensorflow, mxnet 版本的 insight_face 人脸识别项目 2020-07-23
  3. -
  4. - [论文地址](https://arxiv.org/abs/1801.07698)
  5. - [论文对应源码地址](https://github.com/deepinsight/insightface)
  6. - [我的 CSDN 博客](https://blog.csdn.net/qq_38299170)
  7. - 环境依赖(其实版本要求并不严格,你的版本要是能跑起来,那也是OK的):
  8. ```bashrc
  9. pip install easydict
  10. pip install numpy==1.16
  11. conda install tensorflow-gpu==1.12.0
  12. pip install mxnet-cu90
  13. pip install opencv-python
  14. ```
  15. -
  16. - [训练和验证数据下载地址](https://github.com/deepinsight/insightface/wiki/Dataset-Zoo)
  17. - [预训练模型下载地址](https://github.com/deepinsight/insightface/wiki/Model-Zoo)
  18. - All face images are aligned by [MTCNN](https://kpzhang93.github.io/MTCNN_face_
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/289270
推荐阅读
相关标签
  

闽ICP备14008679号