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

OBB support for ConfusionMatrix #1760

Open
2 tasks done
patel-zeel opened this issue Dec 30, 2024 · 0 comments
Open
2 tasks done

OBB support for ConfusionMatrix #1760

patel-zeel opened this issue Dec 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@patel-zeel
Copy link
Contributor

Search before asking

  • I have searched the Supervision issues and found no similar feature requests.

Description

#1562 discusses the OBB support for Metrics in detail, and #1593 added OBB support for mAP, Precision, Recall, and F1 Score. I see that ConfusionMatrix still lacks this support.

Why is it important?

Currently, anyone using ConfusionMatrix with OBB may assume that IoU is computed for the OBBs, but actually, IoU is being computed for the derived axis-aligned bounding boxes.

iou_batch = box_iou_batch(

Use case

It will help anyone working with OBBs to compute ConfusionMatrix correctly.

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@patel-zeel patel-zeel added the enhancement New feature or request label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant