georgesung / advanced_lane_detection

Advanced lane detection using computer vision
527 stars 208 forks source link

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

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.