neodroidvision.segmentation.evaluation

Modules

neodroidvision.segmentation.evaluation.dice_loss(...)

param prediction

neodroidvision.segmentation.evaluation.experimental

neodroidvision.segmentation.evaluation.f_score(pr, ...)

Args: pr (torch.Tensor): A list of predicted elements gt (torch.Tensor): A list of elements that are to be predicted eps (float): epsilon to avoid zero division threshold: threshold for outputs binarization Returns: float: IoU (Jaccard) score

neodroidvision.segmentation.evaluation.focal_loss

neodroidvision.segmentation.evaluation.iou

Created on 07/03/2020

neodroidvision.segmentation.evaluation.jaccard_loss(...)

param pred