姿态估计-UDP论文解读


论文: 《The devil is in the details: Delving into unbiased data processing for human pose estimation》
GitHub地址: https://github.com/HuangJunJie2017/UDP-Pose

解决问题

1、标准的数据处理主要包括坐标系统转换以及关键点格式转换,作者发现常规翻转后结果与原始推理结果不一致;
2、并且在关键点格式转换中存在统计误差。

创新点

为了从源头上解决这两个问题,作者提出无偏数据处理(UDP),包括无偏坐标系变换和无偏关键点格式变换。

算法原理

坐标转换

当发生反转增强时,会出现坐标误差。比如:
图片尺寸: W ∗ H = 12 ∗ 12 W*H=12*12 WH=1212
特征图尺寸:3*3
降采样倍数s:4
关键点坐标g:(4,4)
1、原图翻转gf:(7,7)
2、网络降采样:gfr:(7/4,7/4)
3、假设网络完全拟合,特征层坐标翻转,pr:(5/4,5/4)
4、预测坐标映射回原图,p:(5,5)
预测坐标与真值产生偏差。
根因分析:
由于坐标映射出现偏差,坐标11,映射到坐标11/4,坐标3无原图映射点,下采样后坐标不应为除4,应为(12-1)/(4-1),即坐标11映射到坐标3.经过纠正后,误差可消除。

无偏关键点格式转换

无偏关键点格式转换;其中有两种方案:
1、结合分类与回归偏移;其中分类分支为圆形区域,回归分支为x、y两方向坐标偏置。
在这里插入图片描述
在这里插入图片描述

2、分类格式。生成高斯map。测试时,复用DARK中decoding模块,如式38,进行坐标矫正,可参考之前文章.
在这里插入图片描述

实验结果

适用于bottom-up方法以及top-down方法,在bottom-up方法上耗时有提升;top-down方法上耗时无影响。
在这里插入图片描述

总结

从数据无偏角度出发,有效提升算法性能。

  • 2
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
这些命令用于禁用或停止一些服务,具体解释如: ``` chkconfig rpcbind off chkconfig printer off chkconfig tftp off chkconfig lpd off chkconfig nfs off chkconfig nfslock off chkconfig ypbind off chkconfig daytime off chkconfig daytime-udp off chkconfig sendmail off chkconfig ntalk off chkconfig ident off chkconfig bootps off chkconfig kshell off chkconfig klogin off chkconfig snmpd off chkconfig time off chkconfig time-udp off chkconfig echo off chkconfig echo-udp off chkconfig discard off chkconfig discard-udp off chkconfig chargen off chkconfig chargen-udp off ``` 使用`chkconfig`命令将rpcbind、printer、tftp、lpd、nfs、nfslock、ypbind、daytime、daytime-udp、sendmail、ntalk、ident、bootps、kshell、klogin、snmpd、time、time-udp、echo、echo-udp、discard、discard-udp、chargen和chargen-udp服务的自动启动设置为关闭。 ``` systemctl disable rpcbind systemctl disable printer systemctl disable tftp systemctl disable lpd systemctl disable nfs systemctl disable nfslock systemctl disable ypbind systemctl disable daytime systemctl disable daytime-udp systemctl disable sendmail systemctl disable ntalk systemctl disable ident systemctl disable bootps systemctl disable kshell systemctl disable klogin systemctl disable snmpd systemctl disable time systemctl disable time-udp systemctl disable echo systemctl disable echo-udp systemctl disable discard systemctl disable discard-udp systemctl disable chargen systemctl disable chargen-udp ``` 使用`systemctl`命令将rpcbind、printer、tftp、lpd、nfs、nfslock、ypbind、daytime、daytime-udp、sendmail、ntalk、ident、bootps、kshell、klogin、snmpd、time、time-udp、echo、echo-udp、discard、discard-udp、chargen和chargen-udp服务的自动启动设置为禁用。 ``` service rpcbind stop service snmpd stop systemctl stop telnet.socket systemctl stop rlogin systemctl stop rpcbind ``` 使用`service`和`systemctl`命令停止rpcbind、snmpd、telnet.socket和rlogin服务。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值