zillur-av / LVLane

This repository implements a lane detection and classification model.
Other
20 stars 1 forks source link

More categories of lane classification #23

Open ZQEzekiel opened 1 month ago

ZQEzekiel commented 1 month ago

Hello, in your paper, TABLE II: Results Summary shows 6 classification results, but I can only classify dashed and solid lane lines using your code. How should I modify the code to complete the six classifications? Looking forward to your reply!

zillur-av commented 1 month ago

you can use the following line to modify but then you need to modify the dataloader code as well to load the dataset to get 6 classes

https://github.com/zillur-av/LVLane/blob/f89d53d63b45069fdae6689157c7f33caa6c8652/configs/ufld/resnet18_tusimple.py#L17

ZQEzekiel commented 1 month ago

Hello, thank you for your reply. Now I have implemented more category classification tasks on the tusimple dataset. Can I complete the classification task on the CULane dataset?