experiencor / semantic-lane-detection

A robust lane detection system based on fully convolutional network for segmenting the road and the lane.
54 stars 16 forks source link

Tensorflow version of SCNN is available now (lane detection) #4

Open cardwing opened 5 years ago

cardwing commented 5 years ago

I have implemented SCNN using Tensorflow and put the full codes here. You can test the code in popular lane detection benchmarks like TuSimple, CULane and BDD100K or your custom dataset with minor modification. Welcome to raising issues if you have problems in reproducing the results. My code is based on LaneNet and SCNN-Torch.