A box regression layer refines bounding box locations by using a smooth L1 loss function. Use this layer to create a Fast or Faster R-CNN object detection network.
Name — Layer name '' (default) | character vector | string scalar
Layer name, specified as a character vector or a string scalar.
To include a layer in a layer graph, you must specify a nonempty unique layer name. If you train
a series network with the layer and Name is set to '',
then the software automatically assigns a name to the layer at training time.
Data Types: char | string
NumInputs — Number of inputs 1 (default)
Number of inputs of the layer. This layer accepts a single input only.
Data Types: double
InputNames — Input names {'in'} (default)
Input names of the layer. This layer accepts a single input only.