Module vision

Module vision 

Expand description

Metrics module for vision tasks.

Structs§

DiceInput
Input type for the DiceMetric.
DiceMetric
The Dice-Sorenson coefficient (DSC) for evaluating overlap between two binary masks. The DSC is defined as: DSC = 2 * (|X ∩ Y|) / (|X| + |Y|) where X is the model output and Y is the ground truth target.
DiceMetricConfig
Configuration for the DiceMetric.