forward
Syntax
Description
[
calculates features of the image dlRPNScores
,dlRPNReg
,dlProposals
,dlBoxScores
,dlBoxReg
,dlMasks
] = forward(detector
,dlX
)dlX
from the output layers of the Mask
R-CNN object detector.
[
also returns the state information of the network. Use the state to update the network
parameters.dlRPNScores
,dlRPNReg
,dlProposals
,dlBoxScores
,dlBoxReg
,dlMasks
,state
] = forward(detector
,dlX
)
Note
This function requires the Computer Vision Toolbox™ Model for Mask R-CNN Instance Segmentation. You can install the Computer Vision Toolbox Model for Mask R-CNN Instance Segmentation from Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons. To run this function, you will require the Deep Learning Toolbox™.