Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 621 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 621 Bytes

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