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

Confusing about Trajectory Evaluation Function evaluate_ate #123

Open
saulgooodman opened this issue Jul 8, 2024 · 1 comment
Open

Confusing about Trajectory Evaluation Function evaluate_ate #123

saulgooodman opened this issue Jul 8, 2024 · 1 comment
Labels
question Further information is requested

Comments

@saulgooodman
Copy link

Hello, your work is really impressive.
I find it confusing reading the trajectory evaluation function eval_ate.
Within the eval_helpers.py file, the evaluation function def evaluate_ate(gt_traj, est_traj) is intended to return the mean Absolute Trajectory Error (ATE-mean), yet the output is ultimately utilized as the Root Mean Square Error (RMSE) of ATE. Could you elucidate on this? Thank you very much!"
image

@Nik-V9
Copy link
Contributor

Nik-V9 commented Aug 29, 2024

Hi, Thanks for your interest!

The ATE is the mean RMSE between the predicted and ground-truth poses.

@Nik-V9 Nik-V9 added the question Further information is requested label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants