configs/experiment/projects/bridging/experiment_image_feature_rec/_metrics_coco_image.yaml
# @package _global_
evaluation_metrics:
instance_mask_ari:
_target_: routed.ocl.metrics.ARIMetric
prediction_path: object_decoder.masks
target_path: input.instance_mask
foreground: false
convert_target_one_hot: true
ignore_overlaps: true
instance_mask_iou:
_target_: routed.ocl.metrics.UnsupervisedMaskIoUMetric
prediction_path: object_decoder.masks
target_path: input.instance_mask
use_threshold: false
ignore_overlaps: true
segmentation_mask_iou:
_target_: routed.ocl.metrics.UnsupervisedMaskIoUMetric
prediction_path: object_decoder.masks
target_path: input.segmentation_mask
use_threshold: false
instance_abo:
_target_: routed.ocl.metrics.UnsupervisedMaskIoUMetric
prediction_path: object_decoder.masks
target_path: input.instance_mask
use_threshold: false
matching: best_overlap
ignore_overlaps: true
segmentation_abo:
_target_: routed.ocl.metrics.UnsupervisedMaskIoUMetric
prediction_path: object_decoder.masks
target_path: input.segmentation_mask
use_threshold: false
matching: best_overlap
object_recovery:
_target_: routed.ocl.metrics.UnsupervisedMaskIoUMetric
prediction_path: object_decoder.masks
target_path: input.instance_mask
use_threshold: false
matching: best_overlap
compute_discovery_fraction: true
ignore_overlaps: true
instance_mask_corloc:
_target_: routed.ocl.metrics.MaskCorLocMetric
prediction_path: object_decoder.masks
target_path: input.instance_mask
use_threshold: false
ignore_overlaps: true