trainPointNetPlusClassifier
Syntax
Description
Add-On Required: This feature requires the Lidar Toolbox Model for PointNet++ Classification add-on.
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)
Input Arguments
Output Arguments
Version History
Introduced in R2025a
See Also
pointNetPlusClassifier | classify | trainingOptions (Deep Learning Toolbox) | fileDatastore | voxelRCNNObjectDetector | segmentAnythingAerialLidar