Skip to content

RDXiaoLu/V-LaneNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

V-LaneNet

V-LaneNet achieves an F1 score of 81.17 on CULane while running at 71 FPS, offering a practical solution for robust lane detection in the wild.


Getting Started

Dataset Preparation (CULane)

data/
  CULane/
    driver_100_30frame/
    driver_161_90frame/
    ...
    list/
      test.txt
      train.txt
      val.txt
  • Update data_root in configs/olnet_culane.yaml accordingly.

V-LaneAug Data Generation

V-LaneAug requires SAM and LaMa:

We provide a script to generate occlusion/missing-mark variants:



Model Zoo

Model Dataset F1 FPS Checkpoint
V-LaneNet (V-LaneAug + V-LaneMixer + V-LaneIoU) CULane 81.17 71 coming soon

We will release more backbones and training recipes.


Roadmap

  • Release checkpoints and occlusion data
  • Add TensorRT export and INT8 quantization
  • Support multilingual logs and docs
  • Provide Docker image

Acknowledgments

  • CULane dataset: Pan et al.
  • SAM: Kirillov et al., “Segment Anything”
  • LaMa: Suvorov et al., “LaMa: Resolution-robust Large Mask Inpainting with Fourier Convolutions”

We thank the authors and the open-source community for their contributions.


Contact

About

Enhancing Lane Detection in Unmarked Scenarios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published