LIU42/LaneDetection
基于网格级图像分割的车道线检测模型。
This project helps self-driving car developers and researchers create or improve systems that can accurately identify lane lines from camera images. It takes raw road images as input and outputs a grid-level prediction of where lane lines are, simplifying the visual information for navigation systems. This tool is for engineers building autonomous vehicle perception systems or related intelligent transportation solutions.
No commits in the last 6 months.
Use this if you need a lane detection model that balances accuracy with reduced computational load, particularly for integrating into an autonomous driving system.
Not ideal if you need a general-purpose image segmentation model for non-road-related tasks or require extremely high pixel-level precision beyond grid-level predictions.
Stars
13
Forks
2
Language
Python
License
—
Category
Last pushed
Aug 27, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/LIU42/LaneDetection"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MaybeShewill-CV/lanenet-lane-detection
Unofficial implemention of lanenet model for real time lane detection
cardwing/Codes-for-Lane-Detection
Learning Lightweight Lane Detection CNNs by Self Attention Distillation (ICCV 2019)
matlab-deep-learning/pretrained-spatial-CNN
Spatial-CNN for lane detection in MATLAB.
Turoad/lanedet
An open source lane detection toolbox based on PyTorch, including SCNN, RESA, UFLD, LaneATT,...
alexstaravoitau/detecting-road-features
Detecting Road Features: identifying lane and vehicles boundaries in a video.