metrics#

Module containing metrics implemented by Deepchecks.

Members

ObjectDetectionAveragePrecision

Calculate average precision and recall for object detection.

ObjectDetectionTpFpFn

Calculate the TP, FP, FN and runs an evaluating function on the result.

MeanDice

Metric that calculates the mean Dice metric for each class.

MeanIoU

Metric that calculates the mean IoU metric for each class.