get_max_boxes_iou: Compares boxes by IoU.

Description Usage Arguments Value

View source: R/yolo3_loss.R

Description

Compares boxes by IoU.

Usage

1
get_max_boxes_iou(pred_boxes, true_boxes)

Arguments

pred_boxes

Tensor of predicted coordinates.

true_boxes

Tensor of true coordinates.

Value

Max IoU between true and predicted boxes.


maju116/platypus documentation built on Oct. 18, 2020, 9:40 a.m.