delta.model.unstack_acc¶ delta.model.unstack_acc(seg_weights, logits)[source]¶ Compute binary accuracy from a stacked tensor with mask and weight map. Parameters: seg_weightsTensorStack of groundtruth segmentation masks + weight maps. logitsTensorPredicted segmentation masks. Returns: TensorBinary prediction accuracy.