dongkwonjin/RVLD
Official code for "Recursive Video Lane Detection", ICCV 2023
This project helps self-driving car engineers and researchers accurately detect lane lines in video footage. It takes raw video data of roads as input and outputs precise, temporally consistent lane line detections, even in challenging conditions. The core users are those developing or testing autonomous driving systems who need reliable lane detection.
No commits in the last 6 months.
Use this if you are developing autonomous vehicles and need a robust, video-based lane detection system that performs well over time.
Not ideal if you only need static image lane detection or are not working with autonomous driving applications.
Stars
88
Forks
13
Language
Python
License
Apache-2.0
Category
Last pushed
Nov 08, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/dongkwonjin/RVLD"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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...
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,...