yolo3_output: Creates Yolo3 output grid.

Description Usage Arguments Value

View source: R/yolo3.R

Description

Creates Yolo3 output grid of dimensionality '(S, H, W, anchors_per_grid, 5 + n_class)'.

Usage

1
yolo3_output(inputs, filters, anchors_per_grid, n_class, name)

Arguments

inputs

Models or layer objects.

filters

Integer, the dimensionality of the output space (i.e. the number of output filters in the convolution).

anchors_per_grid

Number of anchors/boxes per one output grid.

n_class

Number of prediction classes.

name

Model name.

Value

Yolo3 output grid.


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