trainLidarLaneDetector
Syntax
Description
Add-On Required: This feature requires the Automated Driving Toolbox Model for Lidar Lane Detection add-on.
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.
Input Arguments
Output Arguments
Version History
Introduced in R2023b