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

Question about 'compute_ap' function #92

Open
Oshwiciqwq opened this issue May 31, 2024 · 0 comments
Open

Question about 'compute_ap' function #92

Oshwiciqwq opened this issue May 31, 2024 · 0 comments

Comments

@Oshwiciqwq
Copy link

v2x/v2x_utils/eval_utils.py, L247
return np.sum((recall[index + 1] - recall[index]) * precision[index + 1])
I think this line does not calculate the area from 0 to recall[0]. It will produce smaller AP when recall[0] is larger than 0.

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