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

I am wondering about the evaluation metrics X and Z error, are that RMSE ? #11

Open
YieHo-Liu opened this issue May 7, 2024 · 0 comments

Comments

@YieHo-Liu
Copy link

Dear authors:
In the paper, the X error and Z error is described as
"Formally, the lane-to-lane cost between Xj and Xk is calculated as the square root of the squared sum of point-wise distances over all y-positions,..."
But in the code , the error is calculated as
x_dist_mat_close[i, j] = np.sum(x_dist[:close_range_idx] * both_visible_indices[:close_range_idx]) / np.sum(both_visible_indices[:close_range_idx])
57f4f95f2720f53c919c42f6e27efd1

so the error should be Root Mean Squared , the square root of the mean squared sum , is it?

@YieHo-Liu YieHo-Liu changed the title I am concern about the evaluation metrics X and Z error, are that RMSE ? I am wondering about the evaluation metrics X and Z error, are that RMSE ? May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant