You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code, use matrix = pose2motion(poses_SEs, skip) to calculate the relative motion.
But compare pose_curr , pose_next and calculate motion (motion = pose_curr.I*pose_next), I find the result is not inconsistent.
What is the reason for this?
Thanks
The text was updated successfully, but these errors were encountered:
In the code, use
matrix = pose2motion(poses_SEs, skip)
to calculate the relative motion.But compare
pose_curr
,pose_next
and calculate motion (motion = pose_curr.I*pose_next
), I find the result is not inconsistent.What is the reason for this?
Thanks
The text was updated successfully, but these errors were encountered: