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

Evaluation only on frames with detections #34

Open
liqq010 opened this issue Jun 29, 2022 · 0 comments
Open

Evaluation only on frames with detections #34

liqq010 opened this issue Jun 29, 2022 · 0 comments
Assignees

Comments

@liqq010
Copy link
Contributor

liqq010 commented Jun 29, 2022

Current code for mAP calculation only include frames with detection results which is not reasonable.

for image_key in gt_boxes:
if image_key not in pred_boxes.keys():
continue

@liqq010 liqq010 self-assigned this Jun 29, 2022
@liqq010 liqq010 added bug Something isn't working and removed bug Something isn't working labels Jun 29, 2022
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