Implementing Lane Detection in CARLA using LaneNet

<p>I have been working on road lane detection using LaneNet by Tensorflow 2.x&nbsp;for&nbsp;the&nbsp;past&nbsp;two&nbsp;months. In the beginning, I chose to build a road lane detection program by using the Canny Edge method utilizing the contrast feature of images as the base of the detection method. The result was not quite good. It was not adaptable to various road conditions, such as curvature, terrain, brightness, etc. In order to improve it, I decided to do further research about methods that are more robust. Later, I found that using Image Segmentation could make the system more adaptable to road conditions. One of the research papers that I found was &ldquo;Towards End-to-End Lane Detection: an Instance Segmentation Approach&rdquo; by Davy Neven et. al.&nbsp;</p> <p><a href="https://medium.com/@diazoangga/implementing-lane-detection-in-carla-using-lanenet-330d8fd8720c"><strong>Click Here</strong></a></p>