semanticPointLabelTrainingData
R2026bCreate training data for 3-D point cloud semantic segmentation from labeled ground truth
Since R2026b
Syntax
Description
The semanticPointLabelTrainingData function creates paired
datastores for training 3-D point cloud semantic segmentation networks from ground truth data
labeled in the Multi-Sensor Labeler
app.
The function writes point cloud frames and their per-point semantic labels to disk and
returns a fileDatastore for the point clouds and a semanticPointLabelDatastore for the labels. Combine these datastores using
combine to create
training input for networks such as RANDLA-Net using the trainRandlanet function.
[
creates paired datastores for training 3-D point cloud semantic segmentation networks from a
pcds,splds] = semanticPointLabelTrainingData(gTruth)groundTruthMultiSensor
object, gTruth. The function returns a point cloud datastore,
pcds, and a semantic point label datastore,
splds. Each read from pcds returns a point cloud
frame and the corresponding read from splds returns the per-point
semantic labels for that frame.
[
specifies options using one or more name-value arguments. For example,
pcds,splds] = semanticPointLabelTrainingData(gTruth,Name=Value)SignalName="lidarSequence" specifies the point cloud signal to use from
the ground truth object.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2026b