anchorBoxLayer
function has been removed. Use the
anchorBoxLayer
ssdObjectDetector
object to specify the anchor boxes for training a SSD object detection network,
instead.
Description
An anchor box layer stores anchor boxes for a feature map used in object detection networks.
Creation
Description
creates
an anchor box layer, specifying the size of the anchor boxes by using
layer
= anchorBoxLayer(anchorBoxes)anchorBoxes
. The anchorBoxes
input sets the
AnchorBoxes
property.
set properties of the anchor box layer by using one or more name-value arguments. Enclose
each property name in quotes.layer
= anchorBoxLayer(anchorBoxes,Name,Value
)
For example, anchorBoxLayer(anchorBoxes,'Name','anchorboxlayer')
creates an anchor box layer with the name "anchorboxlayer
" from anchor
boxes specified by anchorBoxes
.
Properties
Examples
Extended Capabilities
Version History
Introduced in R2020aSee Also
ssdObjectDetector
| trainSSDObjectDetector
Topics
- Get Started with Object Detection Using Deep Learning
- Getting Started with SSD Multibox Detection
- Anchor Boxes for Object Detection
- List of Deep Learning Layers (Deep Learning Toolbox)
- Deep Learning in MATLAB (Deep Learning Toolbox)
- Specify Layers of Convolutional Neural Network (Deep Learning Toolbox)