Skip to content

configs/experiment/slot_attention/_metrics_clevr.yaml

# @package _global_
# Metrics for CLEVR-like datasets
evaluation_metrics:
  ari:
    _target_: routed.ocl.metrics.ARIMetric
    prediction_path: object_decoder.masks
    target_path: input.mask
  abo:
    _target_: routed.ocl.metrics.AverageBestOverlapMetric
    prediction_path: object_decoder.masks
    target_path: input.mask
    ignore_background: true