trainVoxelRCNNObjectDetector
Syntax
Description
Train a Detector
trains an untrained or pretrained voxel region-based convolutional neural network (Voxel
R-CNN) object detector, specified by trainedDetector
= trainVoxelRCNNObjectDetector(trainingData
,detector
,options
)detector
, on the training data
trainingData
, and returns the trained detector
trainedDetector
. The options
input specifies
training parameters for the detection network. You can use this syntax to fine-tune a
pretrained Voxel R-CNN object detector.
To use this function, your system must have a CUDA® enabled NVIDIA® GPU. For information on the supported compute capabilities, see GPU Computing Requirements (Parallel Computing Toolbox).
Resume Training a Detector
resumes training from the saved checkpoint specified by
trainedDetector
= trainVoxelRCNNObjectDetector(trainingData
,checkpoint
,options
)checkpoint
.
You can use this syntax to:
Add more training data and continue training.
Improve training accuracy by increasing the maximum number of iterations.
Additional Option
[
additionally returns information on the training progress of the object detector, such as
the training loss for each iteration, using any combination of input arguments from
previous syntaxes.trainedDetector
,info
] = trainVoxelRCNNObjectDetector(___)
Input Arguments
Output Arguments
Version History
Introduced in R2024b