Instance Segmentation Confusion Matrix#240
Instance Segmentation Confusion Matrix#240mayankagarwals wants to merge 22 commits intoroboflow:developfrom
Conversation
| return area_inter / (area_true[:, None] + area_detection - area_inter) | ||
|
|
||
|
|
||
| def mask_iou_batch(masks_true: np.ndarray, masks_detection: np.ndarray) -> np.ndarray: |
There was a problem hiding this comment.
Hey! Yep, waiting for some discussion to happen with respect to API here #238 before completing the feature
|
Hi @mayankagarwals 👋🏻! Is that code ready for review? It is still marked as |
|
@mayankagarwals okey I'm rolling that PR over to |
|
Hi @kirilllzaitsev @hardikdava @SkalskiP While the code here is functional, I wanted to ask your opinion on Right now I'm assuming if force_masks is passed we will enforce that every detection in the |
|
@mayankagarwals hey, this PR should be relevant. |
|
hi @kirilllzaitsev! Cool! I guess then it makes sense to provide a segmentation matrix only if @kirilllzaitsev @hardikdava |
Description
Solves for #238
Type of change
Please delete options that are not relevant.
How has this change been tested, please provide a testcase or example of how you tested the change?
Please use this colab for testing: https://colab.research.google.com/drive/1OKjyH8JmFMROJ97447DUn13p-GDP6dXl
Test cases have been added