get_true_boxes_from_annotations: Calculates true bounding box coordinates from annotations.

Description Usage Arguments Value

Description

Calculates true bounding box coordinates from annotations.

Usage

1
get_true_boxes_from_annotations(annotations, anchors, labels, true_grid)

Arguments

annotations

Annotations.

anchors

Prediction anchors. For exact format check coco_anchors.

labels

Character vector containing class labels. For example coco_labels.

true_grid

'Yolo3' output grids.

Value

'data.frame' with best anchors and output grid coordinates for true bounding box coordinates.


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