RPE (rotation) results of object motions are computed as RMSE?
javrtg opened this issue · 1 comments
javrtg commented
Thanks a lot for open-sourcing this great work :)
I've come up with a doubt regarding the computation used in the paper for the Relative Pose Error of an object motion:
By reading the paper, at first, I thought that this RPE it's computed as the RMSE of the relative angles between the estimations and the ground-truth.
But know I'm doubting if my understanding is right, because looking at this part of the code:
Lines 989 to 997 in 2b13517
I think it's being computed directly as the relative angle.
So, is this last approach being used for the results reported in the paper?
Thanks in advance!
javrtg commented
My bad, I've just realized this computation is used for one pose only,
my apologies.