源码:https://github.com/Jack-CV/PCN-FaceDetection

提出了PCN网络检测任意角度的人脸,网络分为三级,首先将任意角度人脸从[-180°,180°]转到[-90°,90°],第二级将人脸转到[-45°,45°]范围,第三步将人脸转为正脸,示意图为:

人脸检测“Real-Time Rotation-Invariant Face Detection with Progressive Calibration Networks”

PCN网络进行具有三个任务:人脸/非人脸分类,bbox回归,以及角度标定,损失函数为:

人脸检测“Real-Time Rotation-Invariant Face Detection with Progressive Calibration Networks”

三步PCN网络的结构为:

人脸检测“Real-Time Rotation-Invariant Face Detection with Progressive Calibration Networks”

实验效果

在CPU上具有较快的速度

人脸检测“Real-Time Rotation-Invariant Face Detection with Progressive Calibration Networks”

相关文章:

  • 2021-11-18
  • 2021-08-28
  • 2022-12-23
  • 2021-07-27
  • 2021-06-01
  • 2021-05-03
  • 2021-07-03
  • 2022-12-23
猜你喜欢
  • 2021-04-16
  • 2021-07-10
  • 2021-05-10
  • 2021-09-25
  • 2021-12-05
  • 2021-05-11
  • 2021-10-12
相关资源
相似解决方案