You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Search before asking
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.supervision/supervision/metrics/detection.py
Line 299 in 77ae682
Use case
It will help anyone working with OBBs to compute ConfusionMatrix correctly.
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: