CenterFace:|CenterFace: Joint Face Detection and Alignment Using Face as Point
概述
anchor free的人脸检测方法,同时定位5个关键点。输入图为640X480时,cpu可达到30FPS,性能也不错。
WIDER FACE Val/Test-Easy: 0.935/0.932, Medium: 0.924/0.921, Hard: 0.875/0.873 and FDDB discontinuous: 0.980, continuous: 0.732
- 通过热图预测人脸中心
- 对每一个人脸中心预测一个box,offset,5个landmarks
- 主干网络为mobilenet2+FPN
- 输入图保证长宽为32的整数倍,输出图相对输入stride为4
- paper
- github:只提供了demo和model,无训练代码。
- 实际测试在自拍大头照上比较差。可能跟训练样本有关。
- 模型输出为:heatmap(B,1,H/4,W/4),scale(B,2,H/4,W/4),offset(B,2,H/4,W/4),landmark(B,10,H/4,W/4)
- heatmap分支同objects as points,采用focal loss
文章图片
focal loss.png - 由于热图只能预测整数位置,故加上偏移
文章图片
Loff.png
文章图片
off.png - scale
文章图片
size.png - landmarks
文章图片
landmark.png - 【CenterFace:|CenterFace: Joint Face Detection and Alignment Using Face as Point】总体loss
文章图片
total loss.png - 增广:随机反转,随机scale,color jitter,随机crop方块resize到800*800
推荐阅读
- Java|Java spi(service provider interface)
- 如何在facebook上打广告,流程是怎样的()
- 人工智能|hugginface-introduction 案例介绍
- 函数式编程(一)|函数式编程(一) lambda、FunctionalInterface、Method Reference
- FaceBook第三方登录换号重新登录
- 重构读书笔记-11_8_Extract_Interface
- 笔记|这是一个关于face_recognition和dlib库的安装(亲测有用,毕竟我代码都写出来了)
- 37|37 篇! Facebook 今年被 CVPR 收录的论文都说了啥()
- cs61b week8 -- Disjoint Sets
- angular2系列教程(七)Injectable、Promise、Interface、使用服务