Elody-07 / AWR-Adaptive-Weighting-Regression

Code for paper <AWR: Adaptive Weighting Regression for 3D Hand Pose Estimation>. Accepted by AAAI 2020.
MIT License
125 stars 21 forks source link

关于eval_tool.feed()逆变换的问题 #18

Open LiuYi-Up opened 2 years ago

LiuYi-Up commented 2 years ago

您好,非常感谢您的工作并愿意分享它们。 我在尝试复现您的工作时,发现在eval_tool.feed()里,对网络预测出来的结果使用M_inv进行了逆变换,但是ground truth并没有使用M_inv进行逆变换。这是为什么呢? 期待得到您的解答。

Elody-07 commented 2 years ago

因为网络输出的结果是图像坐标系下的,并进行了一系列数据增强变换,而ground truth是相机坐标系下的,具体可以参考论文Spatial-aware stacked regression network for real-time 3D hand pose estimation中Coordinate Decoupling的介绍

LiuYi-Up commented 2 years ago

奥!非常感谢!

 

------------------ 原始邮件 ------------------ 发件人: "Elody-07/AWR-Adaptive-Weighting-Regression" @.>; 发送时间: 2022年4月5日(星期二) 上午10:16 @.>; 抄送: "惯 @.**@.>; 主题: Re: [Elody-07/AWR-Adaptive-Weighting-Regression] 关于eval_tool.feed()逆变换的问题 (Issue #18)

因为网络输出的结果是图像坐标系下的,并进行了一系列数据增强变换,而ground truth是相机坐标系下的,具体可以参考论文Spatial-aware stacked regression network for real-time 3D hand pose estimation中Coordinate Decoupling的介绍

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>