Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalized ATE, RTE, and RRE #637

Closed
Davidyao99 opened this issue Mar 3, 2024 · 1 comment
Closed

Normalized ATE, RTE, and RRE #637

Davidyao99 opened this issue Mar 3, 2024 · 1 comment
Labels

Comments

@Davidyao99
Copy link

I am new to metrics used to assess pose estimations. I am trying to implement evaluations for this paper

The paper provides some details of how trajectories are normalized and error is calculated.

" Metrics used are Absolute Translation Error(ATE), Relative Translation Error(RTE) and Relative Rotation Error(RRE). Since camera tracks in the
Sintel dataset have very different lengths (from less than 1 meter to larger than
100 meters), simply averaging over all sequences introduces bias towards long trajectories. Therefore, before calculating the metrics, ground truth trajectories
are normalized to unit length. For all methods, we align the predicted results to
the normalized ground truth tracks using Umeyama alignment with scale
calibration."

It sounds like they normalized the trajectories such that the length of it becomes 1. However, I am not sure how to implement this. Does anyone know how do I go about normalizing the ground truth trajectories?

@MichaelGrupp
Copy link
Owner

I would suggest that the best thing here is to contact the authors of the paper directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants