Hi Takao,
Great! Let's train a lane detection model using your Image Labeler line labels:
- Ensure your data format works for training (Pascal VOC, COCO). Verify labels in Image Labeler.
- Choose a deep learning model for lane detection like FCN or U-Net from the Deep Learning Toolbox https://www.mathworks.com/products/deep-learning.html.
- Train the Model: Use the Deep Learning Toolbox to train your model on your data with line labels.
- Test It: Evaluate on new images using mIoU or Precision-Recall. you can refer to the examples: https://www.mathworks.com/help/driving/ref/laneboundarydetector.detect.html and https://www.mathworks.com/help/driving/ug/get-started-with-lidar-lane-detection-using-deep-learning.html