Description Usage Arguments Value
Creates Yolo3 output grid of dimensionality '(S, H, W, anchors_per_grid, 5 + n_class)'.
1 | yolo3_output(inputs, filters, anchors_per_grid, n_class, name)
|
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. |
Yolo3 output grid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.