pointCloudObjectDetectorTrainingData
R2026bSyntax
Description
The pointCloudObjectDetectorTrainingData function creates
training data for 3-D object detection from cuboid labels in ground truth data exported from
the Multi-Sensor
Labeler app.
Use the training data to train deep learning networks for lidar object detection, such as
trainPointPillarsObjectDetector. The function extracts point cloud
frames and their corresponding cuboid bounding box labels from a single or an array of groundTruthMultiSensor objects.
creates a training data table for 3-D object detection from cuboid labels in a trainingData = pointCloudObjectDetectorTrainingData(gTruth)groundTruthMultiSensor object, gTruth. The output table
contains point cloud file paths and corresponding cuboid bounding box labels suitable for
training 3-D point cloud object detection networks such as PointPillars.
___ = pointCloudObjectDetectorTrainingData(
specifies options using one or more name-value arguments. For example,
gTruth,Name=Value)SignalName="lidarSequence" specifies the point cloud signal to
use.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2026b
