box_jaccard_distance: Calculates Jaccard distance between two boxes.

Description Usage Arguments Value

View source: R/yolo3_anchors.R

Description

Calculates Jaccard distance between two boxes.

Usage

1
box_jaccard_distance(box1_w, box1_h, box2_w, box2_h)

Arguments

box1_w

Width of first box.

box1_h

Height of first box.

box2_w

Width of second box.

box2_h

Height of second box.

Value

Jaccard distance between two boxes.


maju116/platypus documentation built on Oct. 18, 2020, 9:40 a.m.