Description Usage Arguments Value
Creates a Yolo3 architecture.
1 2 3 4 5 6 7 | yolo3(
net_h = 416,
net_w = 416,
grayscale = FALSE,
n_class = 80,
anchors = coco_anchors
)
|
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 |
Yolo3 model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.