yolo3: Creates a Yolo3 architecture.

Description Usage Arguments Value

View source: R/yolo3.R

Description

Creates a Yolo3 architecture.

Usage

1
2
3
4
5
6
7
yolo3(
  net_h = 416,
  net_w = 416,
  grayscale = FALSE,
  n_class = 80,
  anchors = coco_anchors
)

Arguments

net_h

Input layer height. Must be divisible by '32'.

net_w

Input layer width. Must be divisible by '32'.

grayscale

Defines input layer color channels - '1' if 'TRUE', '3' if 'FALSE'.

n_class

Number of prediction classes.

anchors

Prediction anchors. For exact format check coco_anchors.

Value

Yolo3 model.


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