JavaShuo
栏目
标签
《Face alignment at 3000 FPS via Regressing Local Binary Features》阅读笔记
时间 2020-12-23
原文
原文链接
一、前言 这篇文章提出了一种高效、快速的人脸对齐算法,该算法在电脑上能达到 3000 FPS 的速度,在手机上也能达到 300 FPS 的速度,因此业界称其 face3000。算法的创新点在于局部二值特征以及训练这些局部二值特征的规则,即随机森林,连接所有根据随机森林得到的局部二值特征点对线性回归器进行训练以得到最终结果。详细过程会在后面介绍。算法的总体概览如下: 二、基于形状回归的人脸对齐算法
>>阅读原文<<
相关文章
1.
人脸对齐--Face Alignment at 3000 FPS via Regressing Local Binary Features
2.
Face alignment at 3000FPS via Regressing Local Binrary features 理解
3.
cvpr2015的face Alignment 文章笔记
4.
论文解读《Collective Entity Alignment via Adaptive Features》
5.
Robust Face Alignment Under Occlusion via Regional Predictive Power Estimation
6.
传统人脸检测算法 论文阅读笔记
7.
Joint Cascade Face detection and Alignment(ECCV2014)介绍
8.
论文阅读 Look at Boundary: A Boundary-Aware Face Alignment Algorithm
9.
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks阅读笔记
10.
《Learning Deep Representation for Face Alignment with Auxiliary Attributes》论文阅读笔记
更多相关文章...
•
RSS 阅读器
-
RSS 教程
•
PHP 实例 - AJAX RSS 阅读器
-
PHP教程
•
Tomcat学习笔记(史上最全tomcat学习笔记)
•
JDK13 GA发布:5大特性解读
相关标签/搜索
阅读笔记
regressing
fps
alignment
features
local
阅读
binary
face
MyBatis教程
Redis教程
Thymeleaf 教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
以实例说明微服务拆分(以SpringCloud+Gradle)
2.
idea中通过Maven已经将依赖导入,在本地仓库和external libraries中均有,运行的时候报没有包的错误。
3.
Maven把jar包打到指定目录下
4.
【SpringMvc】JSP+MyBatis 用户登陆后更改导航栏信息
5.
在Maven本地仓库安装架包
6.
搭建springBoot+gradle+mysql框架
7.
PHP关于文件$_FILES一些问题、校验和限制
8.
php 5.6连接mongodb扩展
9.
Vue使用命令行创建项目
10.
eclipse修改启动图片
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
人脸对齐--Face Alignment at 3000 FPS via Regressing Local Binary Features
2.
Face alignment at 3000FPS via Regressing Local Binrary features 理解
3.
cvpr2015的face Alignment 文章笔记
4.
论文解读《Collective Entity Alignment via Adaptive Features》
5.
Robust Face Alignment Under Occlusion via Regional Predictive Power Estimation
6.
传统人脸检测算法 论文阅读笔记
7.
Joint Cascade Face detection and Alignment(ECCV2014)介绍
8.
论文阅读 Look at Boundary: A Boundary-Aware Face Alignment Algorithm
9.
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks阅读笔记
10.
《Learning Deep Representation for Face Alignment with Auxiliary Attributes》论文阅读笔记
>>更多相关文章<<