Pixel level metrics

class easypl.metrics.segmentation.pixel_level.PixelLevelBase(average: str = 'macro', num_classes: int = 0, threshold: float = 0.5)

Abstract class for pixel-level segmentation metrics.

average

Method of averaging.

Type

str

num_classes

Number of classes.

Type

int

threshold

Threshold for probabilities of pixels.

Type

float