View source on GitHub |
Calculates IoAs (intersection over area) between proposal and ground truth boxes.
tfm.vision.box_ops.bbox_intersection_over_area(
boxes, gt_boxes
)
Some boxes
or gt_boxes
may have been padded. The returned iou
tensor
for these boxes will be -1.
Returns | |
---|---|
ioa
|
a tensor with as a shape of [batch_size, N, M]. |