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

About Robust Assessment #5

Open
haichen-ber opened this issue Nov 5, 2024 · 4 comments
Open

About Robust Assessment #5

haichen-ber opened this issue Nov 5, 2024 · 4 comments

Comments

@haichen-ber
Copy link

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?

d80eb77d86cdc55867559d7d83b1d0b6
pgd

@Eaphan
Copy link
Owner

Eaphan commented Nov 5, 2024

We use the mAP, which is the average AP@R40 0.7 0.7 0.7 (3d) on three classes for kitti dataset.
mAP ratio = mAP under attack/ mAP without attack.

@haichen-ber
Copy link
Author

We use the mAP, which is the average AP@R40 0.7 0.7 0.7 (3d) on three classes for kitti dataset. mAP ratio = mAP under attack/ mAP without attack.

Thank you for your answer. I cannot calculate the results given in the paper based on the formula you gave. And AP@R40 0.7 0.7 0.7 only has the car category in the output results.
image
Here are the weights for the pointpillar I use:
image

@Eaphan
Copy link
Owner

Eaphan commented Nov 6, 2024

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.

@haichen-ber
Copy link
Author

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!

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

2 participants