rpnSoftmaxLayer
(Not recommended) Softmax layer for region proposal network (RPN)
RPNSoftmaxLayer
is not recommended. Instead, use a different type of
object detector, such as a yoloxObjectDetector
or yolov4ObjectDetector
detector. For more information, see Version History.
Description
A region proposal network (RPN) softmax layer applies a softmax activation function to the input. Use this layer to create a Faster R-CNN object detection network.
Creation
Properties
Examples
Version History
Introduced in R2018bSee Also
trainFasterRCNNObjectDetector
| rpnClassificationLayer
| softmaxLayer
(Deep Learning Toolbox)