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

mAP numbers reported #2

Open
wilfredkisku opened this issue Mar 6, 2024 · 1 comment
Open

mAP numbers reported #2

wilfredkisku opened this issue Mar 6, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@wilfredkisku
Copy link

Hi,

Could you tell me if the reported numbers for mAP in the README file is only for large images or an average of the all the image types ( small + medium + large). I could not find the code snippet to calculate the average precision for all the images together.

@pjh5672
Copy link
Owner

pjh5672 commented Mar 6, 2024

mAP is calculated for all size-typed images. The code is in https://github.com/pjh5672/YOLOv3/blob/main/utils/eval.py, you can set areaRngLbl parameter to certain size type for calculating specific size-typed mAP.

@pjh5672 pjh5672 self-assigned this Mar 6, 2024
@pjh5672 pjh5672 added the good first issue Good for newcomers label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants