Skip to content

chickenbestlover/Lane_RSR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lane_RSR

Overview

1 2 3

Lane_RSR is a cascaded framework for robust lane detection.

It consists of reconstruction module, segmentation module, and restoration module.

This implementation uses ENet-SAD model as segmentation module.

framework

Dependencies

pip3 install -r requirements.txt

Datasets

Lane_RSR is trained and tested on CULane dataset.

CULane dataset is available in https://xingangpan.github.io/projects/CULane.html

Lane Reconstruction

cd UDLR

train

python3 main.py --mode = train

test

python3 main.py --mode = test

Lane Restoration

TBU

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.9%
  • C++ 19.8%
  • Shell 1.1%
  • CMake 0.2%