Skip to content

ChengysTHU/DeepLab-v3_plus_PyTorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lane_Segmentation

FCN, DeepLab V3+, U-Net for lane segmentation in PyTorch.

News

  • [3/15/2020]Implemented Deformable Convolution
  • Dataset & Training

    To train the network, one can use competition data set. Firstly, Downloading it. The Dataset with 21914 images, the number of training, validation and test sets is 15339,2192,4383 respectively.

    Then, run to train:

    python train.py
    

    Evaluation

    Run:

    python test.py

    Show

    Test image

    About

    FCN, DeepLab V3+ for lane segmentation in PyTorch

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • Python 99.8%
    • Shell 0.2%