Description Usage Arguments Value
Transforms 'Yolo3' predictions into valid box coordinates/scores.
1 | transform_boxes_tf(preds, anchors, n_class, transform_proba = TRUE)
|
preds |
|
anchors |
Prediction anchors (for one grid). For exact format check |
n_class |
Number of prediction classes. |
transform_proba |
Logical. Should the score/class probabilities be transformed. |
Transformed bounding box coordinates/scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.