https://github.com/ChanChiChoi/awesome-Face_Recognition

人脸检测
PyramidBox: A Context-assisted Single Shot Face Detector
ECCV2018
https://github.com/Goingqs/PyramidBox

实时旋转不变人脸检测
Real-Time Rotation-Invariant Face Detection with Progressive Calibration Networks
https://github.com/Jack-CV/PCN-FaceDetection

人脸对齐
Face Alignment at 3000 FPS via Regressing Local Binary Features CVPR2014
https://github.com/yulequan/face-alignment-in-3000fps
https://github.com/luoyetx/face-alignment-at-3000fps
https://github.com/freesouls/face-alignment-at-3000fps

人脸对齐
Face Alignment by Explicit Shape Regression CVPR2012
https://github.com/soundsilence/FaceAlignment

人脸对齐
Robust face landmark estimation under occlusion
ICCV2013
http://www.vision.caltech.edu/xpburgos/ICCV13/

人脸对齐
Dense Face Alignment ICCVW2017
MatConvNet code
model can run at real time during testing

Pose-Invariant Face Alignment with a Single CNN ICCV2017
4.3 FPS on a Titan X GPU

http://cvlab.cse.msu.edu/project-pifa.html

二值网络人脸对齐
Binarized Convolutional Landmark Localizers for Human Pose Estimation and Face Alignment with Limited Resources
ICCV2017
https://www.adrianbulat.com/binary-cnn-landmarks
Torch7:https://github.com/1adrianb/binary-human-pose-estimation

PyTorch 2D/3D人脸对齐(特征点检测)库
GitHub: https://github.com/1adrianb/face-alignment ​​​​

人脸对齐 性能饱和探讨
How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)
ICCV2017
https://www.adrianbulat.com/face-alignment
Pytorch Code: https://github.com/1adrianb/face-alignment
Torch7 Code: https://github.com/1adrianb/2D-and-3D-face-alignment

人脸检测
Face Detection with End-to-End Integration of a ConvNet and a 3D Model
ECCV2016
mxnet code:https://github.com/tfwu/FaceDetection-ConvNet-3D

人脸检测 速度较快 效果较好 800*1000 一个 GPU 0.1s
SSH: Single Stage Headless Face Detector ICCV2017
https://github.com/mahyarnajibi/SSH

人脸检测
Face Detection with the Faster R-CNN
https://github.com/playerkk/face-py-faster-rcnn

人脸检测
Faceness-Net: Face Detection through Deep Facial Part Responses PAMI2017
From Facial Parts Responses to Face Detection: A Deep Learning Approach ICCV2016
http://shuoyang1213.me/projects/Faceness/Faceness.html
https://pan.baidu.com/s/1qWFwqFM Password: 4q8y

人脸检测
Face Detection through Scale-Friendly Deep Convolutional Networks
http://shuoyang1213.me/projects/ScaleFace/ScaleFace.html

级联人脸检测
Compact Convolutional Neural Network Cascade for Face Detection
CEUR Workshop Proceedings, 1576, 375-387 2016
https://github.com/Bkmz21/CompactCNNCascade

快速人脸检测对齐 效果好
Joint Face Detection and Alignment Using Multitask Cascaded Convolutional Networks
《IEEE Signal Processing Letters》 , 2016 , 23 (10) :1499-1503
https://kpzhang93.github.io/MTCNN_face_detection_alignment/index.html
https://github.com/kpzhang93/MTCNN_face_detection_alignment
https://github.com/blankWorld/MTCNN-Accelerate-Onet
https://github.com/Seanlinx/mtcnn

级联人脸检测
A Convolutional Neural Network Cascade for Face Detection CVPR2015
https://github.com/anson0910/CNN_face_detection
https://github.com/mks0601/A-Convolutional-Neural-Network-Cascade-for-Face-Detection
https://github.com/IggyShone/fast_face_detector

人脸检测
Recurrent Scale Approximation for Object Detection in CNN ICCV2017
https://github.com/sciencefans/RSA-for-object-detection

人脸识别
SphereFace: Deep Hypersphere Embedding for Face Recognition CVPR2017
https://github.com/wy1iu/sphereface

人脸识别
C++ 代码: https://github.com/seetaface/SeetaFaceEngine

人脸识别
A Discriminative Feature Learning Approach for Deep Face Recognition
code: https://github.com/ydwen/caffe-face

人脸数据库
http://www.face-rec.org/databases/
https://github.com/betars/Face-Resources
http://blog.csdn.net/chenriwei2/article/details/50631212
http://blog.csdn.net/u012374174/article/details/71420766?locationNum=12&fps=1

人脸检测识别文献代码相关推荐

  1. 人脸检测识别文献阅读总结

    1 在人脸检测的时候需要结合人脸特征点对齐来综合考虑人脸检测问题,因为人脸特征点对齐有助于提高人脸检测性能 下面的文献都论证了这个思想: Joint cascade face detection an ...

  2. 算丰边缘计算开发板人脸检测识别-实现原理与代码介绍

    一.概述 本文章会尝试用简单的语言,来给大家介绍一下,如何搭建一个最基本的人脸检测以及识别的场景.当然,这篇文章不只是讲解关于人脸检测相关的部分,而是围绕这个核心,包含概括了整个前端的uvc,甚至so ...

  3. OpenFace库(Tadas Baltrusaitis)中基于Haar Cascade Classifiers进行人脸检测的测试代码

    Tadas Baltrusaitis的OpenFace是一个开源的面部行为分析工具,它的源码可以从 https://github.com/TadasBaltrusaitis/OpenFace 下载.O ...

  4. OpenCV与图像处理学习十七——OpenCV人脸检测(含代码)

    OpenCV与图像处理学习十七--OpenCV人脸检测(含代码) 一.人脸识别概要 1.1 人脸检测 1.2 人脸对齐(Face Alignment) 1.3 人脸特征提取(Face Feature ...

  5. 基于wxpython+MySQL--实现人脸检测识别的宿舍人脸检测系统

    基于wxpython+MySQL--实现人脸检测识别的宿舍人脸检测系统 一.功能需求 二.数据库建立 2.1 初始化数据库 2.2 压缩/解压数据流 2.3 输入数据 三.宿舍管理 3.1 新建录入 ...

  6. Fer2013 数据集人脸表情识别 详细代码

    Fer2013 数据集人脸表情识别 详细代码 本文将从数据集.模型训练.模型实践应用(AI模型落地场景实际应用)几个部分完整讲解基于Fer2013 数据集的人脸表情识别项目, 最终项目实现效果: 通过 ...

  7. 树莓派4B爽上流安装python3的OpenCV(人脸检测识别—门禁“环境搭建篇”)

    树莓派4B安装OpenCV3.4.0人脸检测识别-门禁"环境搭建篇" 前言 一.准备工作 PC端软件 二.搭建树莓派环境 拓展TF内存卡 Tips:换源(python软件源) 修改 ...

  8. Dlib库中实现正脸人脸检测的测试代码

    Dlib库中提供了正脸人脸检测的接口,这里参考dlib/examples/face_detection_ex.cpp中的代码,通过调用Dlib中的接口,实现正脸人脸检测的测试代码,测试代码如下: #i ...

  9. 基于MTCNN和FaceNet的实时人脸检测识别系统

    文章目录 模型介绍 MTCNN FaceNet 基于MTCNN和FaceNet的实时人脸检测识别系统 在LFW数据集上测试 参考文献 GitHub项目地址:https://github.com/Har ...

最新文章

  1. io vivado 怎么查看ps_ZYNQ 7020学习笔记之PL侧普通信号中断PS的实验
  2. OpenCV图像缩放插值之BiCubic双三次插值
  3. Elasticsearch Windows 环境搭建
  4. 如何在Pandas的DataFrame中的行上进行迭代?
  5. java和python的web自动化有什么区别-Java 和 Python 有哪些区别?
  6. xshell 打开文件跳转到最后_xshell的快捷键(非常实用)
  7. 计算高效,时序一致,超清还原!清华NYU 提出 RRN:视频超分新型递归网络
  8. 【leetcode】Search for a Range
  9. c语言 -1%4,**************
  10. Bootstrap CSS 编程规范之语法规范
  11. 「AI原生」时代来临?百度智能云提出AI-Native,发布新一代云基础架构「太行」
  12. 标准c++读写ini文件类
  13. 原理图与 PCB 绘制备忘
  14. 如何区分网线是几类的_网线怎么区分是几类的
  15. Saltstack入门到精通教程(五):Jinja详解
  16. 导入Android 项目,按钮点击事件,添加okhttp三合一,android动态修改标题
  17. 关于ubuntu20.04版本配置网络
  18. Chino with Train to the Rabbit Town(前缀异或和)+(前缀后缀或)
  19. ubuntu 18.04检查服务器异常重启的日志
  20. Android 游戏-超级玛丽(Android studio)

热门文章

  1. 串口流控--软件流控与硬件流控
  2. 第一课.深度学习简介
  3. LaTeX 表格旋转的设置
  4. android 4.4 禁止下拉,Android开发中禁止下拉式的实现技巧
  5. mysql包含哪几部分_sql语言包含哪些部分
  6. eve战巡族伤害_新版本各族3级战巡资料【纯手打】
  7. 华为充电器接口叫什么_插座USB接口跟手机充电器有什么不同_电工百科
  8. 17日南土所蒋瑀霁报告:红壤团聚体尺度养分转化的生物学过程(线虫-微生物互作机制)...
  9. 下一次农业革命,微生物或为突破口
  10. Nature:乙酸盐通过介导微生物-脑-β细胞轴促进代谢综合征