DeepVO-pytorch icon indicating copy to clipboard operation
DeepVO-pytorch copied to clipboard

Transformation of relative pose to absolute pose

Open lucleon opened this issue 4 years ago • 6 comments

In line 94 in test.py, the Rotation Matrix is computed using only one Euler angle:

ang = eulerAnglesToRotationMatrix([0, answer[-1][0], 0])

I'm wondering, why are theta_x and theta_z set to zero?

lucleon avatar Apr 23 '20 08:04 lucleon

@ChiWeiHsiao @lucleon Hi , I have same questions.

fangxu622 avatar Sep 13 '20 16:09 fangxu622

I have the same problem, and when I evaluate the error of relative pose, the error is very large, but the trajectory fits well. Have you solved it? @fangxu622 @lucleon @ChiWeiHsiao

yangxiaoliyang avatar Dec 07 '20 08:12 yangxiaoliyang

KITTI is recorded from the trajectory of a car. This movement does not have pitch and roll. The only angle change is yaw.

mrdavoodi avatar May 15 '21 10:05 mrdavoodi

I have the same problem, and when I evaluate the error of relative pose, the error is very large, but the trajectory fits well. Have you solved it? @fangxu622 @lucleon @ChiWeiHsiao

In my opinion,This is due to in test.py,they measure the loss in absolute pose,which is different from training

ztysdu avatar Nov 22 '22 01:11 ztysdu

It's worked out. This is the absolute pose. It can be solved by processing the pose data in the data set as relative pose.Hope to help you!

------------------ 原始邮件 ------------------ 发件人: "ChiWeiHsiao/DeepVO-pytorch" @.>; 发送时间: 2022年11月22日(星期二) 上午9:40 @.>; @.@.>; 主题: Re: [ChiWeiHsiao/DeepVO-pytorch] Transformation of relative pose to absolute pose (#30)

I have the same problem, and when I evaluate the error of relative pose, the error is very large, but the trajectory fits well. Have you solved it? @fangxu622 @lucleon @ChiWeiHsiao

In my opinion,This is due to in test.py,they measure the loss in absolute pose,which is different from training

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

yangxiaoliyang avatar Nov 22 '22 02:11 yangxiaoliyang

Thank you for your reply!

------------------ 原始邮件 ------------------ 发件人: "ChiWeiHsiao/DeepVO-pytorch" @.>; 发送时间: 2022年11月22日(星期二) 上午9:40 @.>; @.@.>; 主题: Re: [ChiWeiHsiao/DeepVO-pytorch] Transformation of relative pose to absolute pose (#30)

I have the same problem, and when I evaluate the error of relative pose, the error is very large, but the trajectory fits well. Have you solved it? @fangxu622 @lucleon @ChiWeiHsiao

In my opinion,This is due to in test.py,they measure the loss in absolute pose,which is different from training

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

yangxiaoliyang avatar Nov 22 '22 02:11 yangxiaoliyang