#332 · Primary category: Computer Vision
PersFormer_3DLane
[ECCV 2022 Oral] Perspective Transformer on 3D Lane Detection
Project last updated:07/02/25
GitHub Stars
507
Forks
87
Contributors
8
License
Apache-2.0
Why we included this project
Most lane detectors only work in the 2D image plane, which does not give a self-driving stack the geometry it needs to actually plan around lane boundaries. PersFormer instead takes a single front camera frame and lifts it into a bird's-eye view using a Transformer module that matches front-view regions to ground-plane locations, then predicts lanes in 3D space. Its unified 2D/3D anchor design and auxiliary task mean the model produces both image and BEV lane outputs at once, keeping the two consistent without separate systems. The repo includes training and evaluation code, pretrained weights, and benchmark numbers on OpenLane and ONCE_3DLanes, so you can reproduce the reported results and then adapt the model to your own camera setup or dataset. For a team starting on lane perception, that makes it a practical baseline to extend rather than a paper to reimplement from scratch.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)