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
I have noticed that in the latest version, the conversion of rotation and translation parameters to axis-angle, Euler angles, etc., uses the following updated code for the translation parameters:
hi @CYXYZ , the difference was introduced in diffdrr 0.4.0. in previous versions, rigid transforms were parameterized as [R | t]. after 0.4.0, they were parameterized as [R | Rt ]. consequently the inverse formula changed. the specific reasons are covered here #234 (comment)
Dear vivek,
I have noticed that in the latest version, the conversion of rotation and translation parameters to axis-angle, Euler angles, etc., uses the following updated code for the translation parameters:
However, in the previous version, the translation parameters were always maintained as follows:
Could you please explain the reason for updating this part of the code? It seems that the previous version was easier to understand.
Best regards,
cyxyz
The text was updated successfully, but these errors were encountered: