K-Lane
收藏K-Lane 数据集概述
数据集简介
K-Lane (KAIST-Lane) 是由 AVELab 提供的全球首个开放的 LiDAR 车道检测框架,包含在城市环境中多种驾驶场景的数据集。该数据集提供了车道标注的框架、标注工具和可视化工具。
数据集下载
数据集可以通过以下两种方式获取:
通过服务器
-
使用以下凭据登录服务器:
- ID: klaneds
- Password: Klane2022
-
进入 "File Station" 文件夹,右键下载数据集。
-
下载完成后,请按照以下结构整理工作目录:
KLaneFrameworks ├── annot_tool ├── baseline ├── configs ├── config_vis.py ├── Proj28_GFC-T3_RowRef_82_73.py ├── Proj28_GFC-T3_RowRef_82_73.pth ├── data ├── KLane ├── test ├── train ├── seq_1 : ├── seq_15 ├── description_frames_test.txt ├── description_test_lightcurve.txt ├── logs
通过 Google Drive
环境要求
- Python 3.7 / 3.8
- Ubuntu 18.04
- Torch 1.7.1
- CUDA 11.2
训练与测试
-
训练模型:
python train_gpu_0.py ...
-
使用预训练模型进行测试:
python validate_gpu_0.py ...
模型库
| 名称 | 总体 | 白天 | 夜晚 | 城市 | 高速公路 | 曲线 | 合并 | Occ-0 | Occ-2 | Occ-4~6 | GFLOPs | 模型链接 | 论文链接 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| LLDN-GFC | 82.12 | 82.22 | 82.00 | 81.75 | 82.55 | 78.05 | 81.08 | 82.97 | 81.28 | 75.92 | 558.0 | Link | Link |
| RLLDN-LC | 82.74 | 82.58 | 82.92 | 81.64 | 84.05 | 76.16 | 79.92 | 83.44 | 82.00 | 79.16 | 387.5 | Link | Link |
开发工具包
更新记录
- [2022-04-18] v1.0.0 版本发布,包含 K-Lane 数据集。
许可证
K-Lane 数据集基于 Apache-2.0 许可证发布。
引用
如果该数据集对您的研究有帮助,请考虑引用:
@InProceedings{paek2022klane, title = {K-Lane: Lidar Lane Dataset and Benchmark for Urban Roads and Highways}, author = {Paek, Dong-Hee and Kong, Seung-Hyun and Wijaya, Kevin Tirta}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshop on Autonomous Driving (WAD)}, month = {June}, year = {2022} }

- 1K-Lane: Lidar Lane Dataset and Benchmark for Urban Roads and Highways · 2023年



