FCN, DeepLab V3+, U-Net for lane segmentation in PyTorch.
[3/15/2020]Implemented Deformable Convolution
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
Run:
python test.py