pcBboxOversample
Description
randomly augments the specified point cloud data augmentedPcBoxLabels
= pcBboxOversample(pcBoxLabels
,sampleData
,classNames
,totalObjects
)pcBoxLabels
using
objects with specified class names classNames
from the training data
datastore sampleData
.
Examples
Input Arguments
Output Arguments
Algorithms
Lidar object detection techniques directly predict 3-D bounding boxes around objects of interest. Data augmentation helps you improve prediction accuracy and avoid overfitting issues while training.
You can perform ground truth data augmentation on point clouds using these steps.
Sample 3-D bounding boxes and the corresponding points from input training data using the
sampleLidarData
function.Augment a point cloud randomly with the sampled bounding boxes by using the
pcBboxOversample
function. The function performs a collision test on the sampled boxes and the ground truth boxes of the input point cloud to avoid overlap.
This technique alleviates the class imbalance problem in lidar object detection.
Version History
Introduced in R2022a