transform_boxes_tf: Transforms 'Yolo3' predictions into valid box...

Description Usage Arguments Value

View source: R/yolo3_loss.R

Description

Transforms 'Yolo3' predictions into valid box coordinates/scores.

Usage

1
transform_boxes_tf(preds, anchors, n_class, transform_proba = TRUE)

Arguments

preds

yolo3 model predictions (from one grid).

anchors

Prediction anchors (for one grid). For exact format check coco_anchors.

n_class

Number of prediction classes.

transform_proba

Logical. Should the score/class probabilities be transformed.

Value

Transformed bounding box coordinates/scores.


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