Pixel level Accuracy

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

Pixel-level accuracy segmentation metric.

average

Method of averaging.

Type:

str

num_classes

Number of classes.

Type:

int

threshold

Threshold for probabilities of pixels.

Type:

float