iou: 2D IoU (Intersection-Over-Union) for single label

Description Usage Arguments Author(s)

View source: R/iou_2D.R

Description

2D IoU (Intersection-Over-Union) for single label

Usage

1
2
3
iou(y_true, y_pred, smooth = 1.0)

iou_loss(y_true, y_pred)

Arguments

y_true

XXX

y_pred

XXX

smooth

XXX

Author(s)

Satoshi Kume


kumeS/rMiW documentation built on Dec. 21, 2021, 8:43 a.m.