trainPointNetPlusClassifier
Syntax
Description
Train a Classifier
trains an untrained or pretrained PointNet++ point cloud classifier, specified by
classifier
= trainPointNetPlusClassifier(trainingData
,classifier
,options
)classifier
, on the training data trainingData
,
and returns the trained point cloud classifier classifier
. The
options
input specifies the training parameters for the
classification network. You can use this syntax to fine-tune a pretrained PointNet++
classifier.
Resume Training a Classifier
resumes training the classifier from the saved checkpoint specified by
classifier
= trainPointNetPlusClassifier(trainingData
,checkpoint
,options
)checkpoint
. You can use this syntax to add more training data and
continue training a network, or to improve training accuracy by increasing the maximum
number of iterations.
Additional Options
[
returns information on the training progress of the network, using any combination of
input arguments from previous syntaxes.classifier
,info
] = trainPointNetPlusClassifier(___)
[___] = trainPointNetPlusClassifier(___,ExperimentMonitor=
specifies whether to monitor the progress of the training experiment with Experiment
Manager, in addition to any combination of arguments from previous syntaxes.experimentMonitor
)
Note
This functionality requires Deep Learning Toolbox™, Lidar Toolbox™, and the Lidar Toolbox Model for PointNet++ Classification support package. You can download and install the Lidar Toolbox Model for PointNet++ Classification from Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
Input Arguments
Output Arguments
Version History
Introduced in R2025a
See Also
pointNetPlusClassifier
| classify
| trainingOptions
(Deep Learning Toolbox) | fileDatastore
| voxelRCNNObjectDetector
| segmentAnythingAerialLidar