I have been working on road lane detection using LaneNet by Tensorflow 2.x for the past two 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. T...