Metrics for image segmentation evaluation results.
Metrics for each confidenceThreshold in 0.00,0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 Precision-recall curve can be derived from it.
| JSON representation |
|---|
{
"confidenceMetricsEntries": [
{
object ( |
ConfidenceMetricsEntry
Confusion matrix for the given confidence threshold.
confidenceThresholdnumber
Metrics are computed with an assumption that the model never returns predictions with score lower than this value.
recallnumber
Recall (True Positive Rate) for the given confidence threshold.
precisionnumber
Precision for the given confidence threshold.
diceScoreCoefficientnumber
DSC or the F1 score, The harmonic mean of recall and precision.
iouScorenumber
The intersection-over-union score. The measure of overlap of the annotation's category mask with ground truth category mask on the DataItem.
| JSON representation |
|---|
{
"confusionMatrix": {
object ( |