dongkwonjin/Eigenlanes
Official code for "Eigenlanes: Data-Driven Lane Descriptors for Structurally Diverse Lanes", CVPR2022
This project helps self-driving car engineers and researchers accurately identify lane markings in diverse and complex driving scenarios. It takes raw image or video data of road scenes and outputs highly precise lane line detections, even when lanes are structurally varied or obscured. Autonomous vehicle perception system developers would use this to improve the robustness and reliability of their lane-keeping and navigation systems.
135 stars. No commits in the last 6 months.
Use this if you need a cutting-edge method for detecting and describing lane structures in real-world driving footage, especially when traditional methods struggle with complex lane layouts.
Not ideal if you are looking for a plug-and-play solution without any technical setup, as it requires familiarity with deep learning frameworks and command-line operations.
Stars
135
Forks
18
Language
Python
License
Apache-2.0
Category
Last pushed
Jul 21, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dongkwonjin/Eigenlanes"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
matlab-deep-learning/pretrained-spatial-CNN
Spatial-CNN for lane detection in MATLAB.
cardwing/Codes-for-Lane-Detection
Learning Lightweight Lane Detection CNNs by Self Attention Distillation (ICCV 2019)
MaybeShewill-CV/lanenet-lane-detection
Unofficial implemention of lanenet model for real time lane detection
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.