trainLidarLaneDetector
Syntax
Description
trains an untrained or pretrained lidar lane detection network utilizing global feature
correlation (LLDN-GFC) lane detector, specified by detector
= trainLidarLaneDetector(trainingData
,detector
,options
)detector
. The
options
input specifies training parameters for the detection
network.
You can use this syntax to fine-tune a pretrained LLDN-GFC lane detector.
resumes training from the saved detector checkpoint.detector
= trainLidarLaneDetector(trainingData
,checkpoint
,options
)
You can use this syntax to:
Add more training data and continue training the detector.
Improve training accuracy by increasing the maximum number of iterations.
[
returns information on training progress, such as training loss, for each iteration using
any combination of arguments from previous syntaxes.detector
,info
] = trainLidarLaneDetector(___)
Note
This functionality requires Deep Learning Toolbox™, Lidar Toolbox™, and the Automated Driving Toolbox™ Model for Lidar Lane Detection support package. You can download and install the Automated Driving Toolbox Model for Lidar Lane Detection from Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
Input Arguments
Output Arguments
Version History
Introduced in R2023b