boxLabelDatastore
R2026bDatastore for bounding box label data
Description
The boxLabelDatastore object creates a datastore for
bounding box label data. Use this object to read labeled bounding box data for object
detection.
To read bounding box label data from a
boxLabelDatastore object, use the read
function. You can create a datastore that combines the
boxLabelDatastore object with a point cloud datastore using the
combine
object function. Use the combined datastore to train 3-D object detectors using training
functions such as trainPointPillarsObjectDetector. For more information, see pointCloudObjectDetectorTrainingData. To modify the
ReadSize property, you can use dot notation.
Creation
Description
creates a blds = boxLabelDatastore(tbl1,...,tbln)boxLabelDatastore object from one or more tables
containing labeled bounding box data.
creates a blds = boxLabelDatastore(tbl1,...,tbln,bSet)boxLabelDatastore object for block-based labeled
bounding box data. The blocks have resolution level, block size, and block
positions specified by the block locations in bSet.
Input Arguments
Properties
Object Functions
Version History
Introduced in R2019bSee Also
Apps
Functions
Objects
Topics
- Datastores for Deep Learning (Deep Learning Toolbox)
- Deep Learning in MATLAB (Deep Learning Toolbox)
- Training Data for Object Detection and Semantic Segmentation (Computer Vision Toolbox)
- Export Multi-Sensor Ground Truth and Create Training Data




