Skip to content

mAP - torchmetrics

Category: metric.detection.2d
Version: 1.0.0
UUID: 93005117ad9f698eac6945957a58e6ccdd4982f78b947b34a2d1ca699e5df1bf
Execution context: leip_af
Help: Computes precision and recall for different object sizes, and per class. Refer here

Value Parameters

Name Synonyms Type Values
Whether to enable metrics per-class metric.apply_per_class scalar bool
IOU thresholds for evaluation metric.iou_thresholds choice [0.5, 0.55, 0.6, 0.65, 0.7, 0.75, 0.8, 0.85, 0.9, 0.95] (0.5 : .05 : 1.0)
[0.5, 0.75, 0.95] (0.5 : .25 : 1.0)
[0.5] (0.5)

This component fits into

Name UUID Synonyms
Default Evaluation d5ffe8... metrics.evaluation.algorithm
Training accumulator c5e031... metrics.train.algorithm