cfzd/Ultra-Fast-Lane-Detection-v2
Ultra Fast Deep Lane Detection With Hybrid Anchor Driven Ordinal Classification (TPAMI 2022)
This project helps self-driving car engineers and researchers detect lane lines in real-time video feeds. It takes video footage of roads as input and accurately identifies and outlines lane markings, even under challenging conditions. The output is a visual representation of detected lanes, crucial for autonomous navigation systems.
792 stars. No commits in the last 6 months.
Use this if you need a high-speed, accurate method to detect lane lines from camera input for autonomous vehicles or advanced driver-assistance systems.
Not ideal if your primary need is for object detection, traffic sign recognition, or other road features beyond just lane lines.
Stars
792
Forks
143
Language
Python
License
MIT
Category
Last pushed
Apr 15, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/cfzd/Ultra-Fast-Lane-Detection-v2"
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)
lucastabelini/LaneATT
Code for the paper entitled "Keep your Eyes on the Lane: Real-time Attention-guided Lane...
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...