lucastabelini/LaneATT
Code for the paper entitled "Keep your Eyes on the Lane: Real-time Attention-guided Lane Detection" (CVPR 2021)
This project provides an advanced system for real-time lane detection in vehicle camera feeds. It takes raw video or image data from a vehicle's perspective and outputs precise information about lane markings. This is useful for engineers and researchers developing autonomous driving systems or advanced driver-assistance features.
693 stars. No commits in the last 6 months.
Use this if you need to accurately identify and track lane lines in video streams for autonomous vehicle development or simulation.
Not ideal if your primary goal is general object detection or if you require an off-the-shelf solution for embedded systems without custom development.
Stars
693
Forks
178
Language
Python
License
MIT
Category
Last pushed
Oct 09, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/lucastabelini/LaneATT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
wvangansbeke/LaneDetection_End2End
End-to-end Lane Detection for Self-Driving Cars (ICCV 2019 Workshop)
cfzd/Ultra-Fast-Lane-Detection-v2
Ultra Fast Deep Lane Detection With Hybrid Anchor Driven Ordinal Classification (TPAMI 2022)
OpenDriveLab/PersFormer_3DLane
[ECCV 2022 Oral] Perspective Transformer on 3D Lane Detection
iwatake2222/self-driving-ish_computer_vision_system
This project generates images you've probably seen in autonomous driving demo. Object Detection,...
mohamedameen-io/Lane-lines-detection-using-Python-and-OpenCV
In this project, I used Python and OpenCV to detect lane lines on the road. I developed a...