Filter löschen
Filter löschen

Mask R-CNN Evaluation metric

2 Ansichten (letzte 30 Tage)
Ali Alameer
Ali Alameer am 16 Mär. 2021
Beantwortet: Asvin Kumar am 19 Mär. 2021
Hi,
Is there any available evaluation metric for the masks in Mask R-CNN?
Thanks

Akzeptierte Antwort

Asvin Kumar
Asvin Kumar am 19 Mär. 2021
Masks represent an area. Simliar to IoU for bounding boxes, there is a metric for masks too called MaskIoU. You could google more about that. Since we've defined an IoU, we can also define True Positives, True Negatives, False Positives and False Negatives. With that, we can compute F1 scores and Confusion Matrices.
MATLAB has a couple of functions for computing metrics on pixel-level classification maps. Have a look to see if they'll be of use to you: segmentationconfusionmatrix and evaluatesemanticsegmentation.

Weitere Antworten (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by