Pandar128 dataset for lane line detection
We present Pandar128, the largest public dataset for lane line detection using a 128-beam LiDAR. It contains over 52,000 camera frames and 34,000 LiDAR scans, captured in diverse real-world conditions in Germany. The dataset includes full sensor calibration (intrinsics, extrinsics) and synchronized odometry, supporting tasks such as projection, fusion, and temporal modeling. To complement the dataset, we also introduce SimpleLidarLane, a light-weight baseline method for lane line reconstruction that combines BEV segmentation, clustering, and polyline fitting. Despite its simplicity, our method achieves strong performance under challenging various conditions (e.g., rain, sparse returns), showing that modular pipelines paired with high-quality data and principled evaluation can compete with more complex approaches. Furthermore, to address the lack of standardized evaluation, we propose a novel polyline-based metric - Interpolation-Aware Matching F1 (IAM-F1) - that employs interpolation-aware lateral matching in BEV space. All data and code are publicly released to support reproducibility in LiDAR-based lane detection.
Code (0)
등록된 구현이 없습니다.
Tasks
BEV SegmentationLine DetectionLane DetectionSimilar Papers 제목 키워드 기반
CondLaneNet: a Top-to-down Lane Detection Framework Based on Conditional Convolution
Modern deep-learning-based lane detection methods are successful in most scenarios but struggling for lane lines with complex topologies. In this work, we propose CondLaneNet, a novel top-to-down lane detection framework…
Lane DetectionBSNet: Lane Detection via Draw B-spline Curves Nearby
Curve-based methods are one of the classic lane detection methods. They learn the holistic representation of lane lines, which is intuitive and concise. However, their performance lags behind the recent state-of-the-art …
Lane DetectionGeometric Constrained Joint Lane Segmentation and Lane Boundary Detection
Lane detection is playing an indispensable role in advanced driver assistance systems. The existing approaches for lane detection can be categorized as lane area segmentation and lane boundary detection. Most of these me…
Boundary DetectionLane DetectionK-Lane: Lidar Lane Dataset and Benchmark for Urban Roads and Highways
Lane detection is a critical function for autonomous driving. With the recent development of deep learning and the publication of camera lane datasets and benchmarks, camera lane detection networks (CLDNs) have been rema…
Autonomous DrivingLane DetectionMotion PlanningVIL-100: A New Dataset and A Baseline Model for Video Instance Lane Detection
Lane detection plays a key role in autonomous driving. While car cameras always take streaming videos on the way, current lane detection works mainly focus on individual images (frames) by ignoring dynamics along the vid…
Autonomous DrivingLane DetectionSemantic SegmentationVideo Object Segmentation+1