Skip to content

confusing about detection experiment #38

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

Open
Frd027 opened this issue Mar 24, 2025 · 3 comments
Open

confusing about detection experiment #38

Frd027 opened this issue Mar 24, 2025 · 3 comments

Comments

@Frd027
Copy link

Frd027 commented Mar 24, 2025

Hi, I'm a little confused about the results of the object detection experiment. In your paper, you said the performance are compared by computing the average mAP over three classes(cars, cyclists and pedestrians) in the moderately difficult cases. I want to know under what settings(Confidence, recall) the calculation data was obtained. And There are (bbox, bev, 3d, aos)four kinds of AP values in one catagory, what kind of calculations did you make to get the AP value for that category?

@CSautier
Copy link
Collaborator

Hi,
We didn't write the metrics computation for object detection and instead relied entirely of the implementation in OpenPCDet. The main metric mAP over the 3 classes is the official metric of the KITTI benchmark and all the metric you mentioned are reported in the official KITTI benchmark https://www.cvlibs.net/datasets/kitti/eval_object.php?obj_benchmark=3d

@Frd027
Copy link
Author

Frd027 commented Mar 27, 2025

Thanks for your reply. I found these descriptions at :

Image
Is that the settings in object detection?
while I ran the default evaluation code in OpenPCDet, I got some other result (different overlap ratio) like this:

Image
Which made me confused.

@CSautier
Copy link
Collaborator

CSautier commented Apr 4, 2025

I don't remember exactly, the official benchmark would be the 3d one, and most likely non-R40. Probably in what you show here you also have different levels of difficulties. I'd advise to ask to see in the OpenPCDet codebase which one respects the definition of the official benchmark of KITTI.

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