README.md
August 1, 2025 ยท View on GitHub
DV-3DLane: End-to-end Multi-modal 3D Lane Detection with Dual-view Representation

News
-
Now: Releasing the code.
We apologize for the delayed release of the code and instructions for this work. We should have made the repository available much earlier. If you encounter any issues with the implementation or have questions about the code, please feel free to contact me at 222010057@link.cuhk.edu.cn.
-
2024-01-15 :confetti_ball: Our new work DV-3DLane: End-to-end Multi-modal 3D Lane Detection with Dual-view Representation is accepted by ICLR2024.
Environments
To set up the required packages, please refer to the installation guide.
Data
Please follow data preparation to prepare the dataset.
Train & evaluation
Please follow the steps in train and evaluation.
Acknowledgment
This library is inspired by LATR, OpenLane, GenLaneNet, mmdetection3d, SparseInst, PillarNet, and many other related works, we thank them for sharing the code and datasets.
Citation
If you find DV-3DLane is useful for your research, please consider citing our paper:
@inproceedings{
luo2024dvdlane,
title={{DV}-3{DL}ane: End-to-end Multi-modal 3D Lane Detection with Dual-view Representation},
author={Yueru Luo and Shuguang Cui and Zhen Li},
booktitle={The Twelfth International Conference on Learning Representations},
year={2024},
url={https://openreview.net/forum?id=l1U6sEgYkb}
}