Description Usage Arguments Value
Transforms 'Yolo3' predictions into valid box coordinates/scores.
1 | transform_boxes(preds, anchors, n_class, anchors_per_grid, obj_threshold)
|
preds |
|
anchors |
Prediction anchors. For exact format check |
n_class |
Number of prediction classes. |
anchors_per_grid |
Number of anchors/boxes per one output grid. |
obj_threshold |
Minimum objectness score. Must be in range '[0, 1]'. All boxes with objectness score less than 'obj_threshold' will be filtered out. |
List of box coordinates/scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.