initialize_anchors: Calculates initial anchor boxes for k-mean++ algorithm.

Description Usage Arguments Value

View source: R/yolo3_anchors.R

Description

Calculates initial anchor boxes for k-mean++ algorithm.

Usage

1
initialize_anchors(annot_df, total_anchors)

Arguments

annot_df

'data.frame' with widths and heights of bounding boxes.

total_anchors

Number of anchors to generate.

Value

Initial anchor boxes for k-mean++ algorithm.


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