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