-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing lane detection method for lane level localization purposes #4702
Comments
Here are some results from popular methods which have good scores. Most of them has a high rank in Papers With Code. This table presents several lane detection methods with various configurations. Some of the models produce segmentation results indicating whether a pixel belongs to a lane or not, while others provide arrays of lane points. I guess we can update all models to return segmentation results.
This table showcases a couple of multi-task neural networks designed for autonomous driving. These models integrate lane detection, drivable area detection, and object detection. While they are capable of performing multiple tasks, they can also be used for only lane detection.
Based on my past experiences, I can say that these models yield better results when trained with our own data. Additionally, these models perform better in highway-like environments, and the datasets used to train these models are constructed in highway-like environments. Therefore, tests conducted with highway data will yield better results. In addition to the results I've shared, I will also share the results obtained with data newly collected by me. |
We tested some different lane detection models and we don't think any of them looks enough. So if we want to use one of these models, we need to train these models with our labeled data. So, we close this task for now as won't do. |
Checklist
Description
This task focuses on the development of a ROS2 node designed to identify lanes within 2D images utilizing state-of-the-art lane detection methods.
Purpose
The primary objective is to integrate this node into the lane level localization process, specifically addressing the 2D lane detection component.
Possible approaches
Definition of done
The text was updated successfully, but these errors were encountered: