Description Usage Arguments Value
Calculates 'Intersection-Over-Union' for two bounding boxes.
1 | intersection_over_union(box1, box2)
|
box1 |
Vector '(xmin, ymin, xmax, ymax)' with box coordinates. |
box2 |
Vector '(xmin, ymin, xmax, ymax)' with box coordinates. |
'Intersection-Over-Union' for two bounding boxes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.