-
Notifications
You must be signed in to change notification settings - Fork 4
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
About Robust Assessment #5
Comments
We use the mAP, which is the average AP@R40 0.7 0.7 0.7 (3d) on three classes for kitti dataset. |
Sorry for the confusion. AP@R40 0.7 0.7 0.7 (3d) for car AP@R40 0.5 0.5 0.5 (3d) for pedestrian and cyclist. Then mAP is the average of them (9 values). If you cannot calculate the results given in the paper, please check the parameters used in the script like key, eps, etc. |
tks, I can reproduce it! |
Thank you for your work and open source code. I would like to know how the mAP ratio of KITTI is calculated in the article? Is it just the relative decrease ratio of AP@R11 0.7 0.7 0.7 of the car category? Or is there another way to calculate it? Below are the vanilla inference results I got about pointpillar and the inference results I got under PGD attack, can you give an example of mAP ratio calculation?
The text was updated successfully, but these errors were encountered: