Description Usage Arguments Value
View source: R/yolo3_anchors.R
Calculates Jaccard distance between two boxes.
1 | box_jaccard_distance(box1_w, box1_h, box2_w, box2_h)
|
box1_w |
Width of first box. |
box1_h |
Height of first box. |
box2_w |
Width of second box. |
box2_h |
Height of second box. |
Jaccard distance between two boxes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.