forward
Compute YOLO v3 deep learning network output for training
Syntax
Description
[
also computes the activations of the network that you can use for modelling the gradient
loss.features
,activations
] = forward(detector
,dlX
)
[
also returns the updated network state.features
,activations
,state
] = forward(detector
,dlX
)
Note
This function requires the Computer Vision Toolbox™ Model for YOLO v3 Object Detection. You can install the Computer Vision Toolbox Model for YOLO v3 Object Detection 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™.