Description Usage Arguments Value
Creates empty output 'Yolo3' grid.
1 2 3 4 5 6 7 8 | generate_empty_grid(
batch_size,
net_h,
net_w,
downscale,
anchors_per_grid,
n_class
)
|
batch_size |
Batch size. |
net_h |
Input layer height from trained |
net_w |
Input layer width from trained |
downscale |
Integer specifying how to downscale 'net_h' and 'net_w'. For 'Yolo3' output grids equal do '32', '16' and '8'. |
anchors_per_grid |
Number of anchors/boxes per one output grid. |
n_class |
Number of prediction classes. |
Empty output 'Yolo3' grid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.