Description Usage Arguments Value
Calculates IoU metric for one 'Yolo3' grid.
1 | yolo3_grid_iou(y_true, y_pred, anchors, n_class)
|
y_true |
Tensor of true coordinates/scores. |
y_pred |
Tensor of predicted coordinates/scores. |
anchors |
Prediction anchors (for one grid). For exact format check |
n_class |
Number of prediction classes. |
IoU metric for one 'Yolo3' grid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.