veil.config.evaluator

Classes

EvaluatorConfig([enabled, strict_type, ...])

Configuration for the evaluator.

class veil.config.evaluator.EvaluatorConfig(enabled=True, strict_type=True, report_exact=True, report_exact_by_id=True, report_iou_thresholds=<factory>, use_hungarian_id_mapping=False)[source]

Bases: object

Configuration for the evaluator.

Parameters:
  • enabled (bool)

  • strict_type (bool)

  • report_exact (bool)

  • report_exact_by_id (bool)

  • report_iou_thresholds (List[float])

  • use_hungarian_id_mapping (bool)

enabled: bool = True
report_exact: bool = True
report_exact_by_id: bool = True
report_iou_thresholds: List[float]
strict_type: bool = True
use_hungarian_id_mapping: bool = False