Lane Detection
To reach a state where autonomous public transport and personal vehicles are reliably operating, there are still many challenges to be tackled. Here we take a look at the most fundamental problem in order to get from a start point to an end point autonomously - detecting the lane we need to be in.
Demonstration and Discussion
Challenges and Future Work
On analyzing this particularly challenging video, we see multiple issues during prediction of the current lane. We notice that the U-Net model is only able to predict short distances accurately when the road contains extreme bends. It struggles to make continuous predictions when the road switches between shady and sunny. When the sun causes flashes of light, the onboard camera takes a second to adjust, overexposing the footage.
We can make improvements in the future to tackle these issues. To name a few, we can augment the dataset with incorrectly exposed footage for robustness. Furthermore, we can incorporate a temporal block to the archtecture to predict changes in the road bend based on its recent history.
Techonologies: Python, Jupyter Notebooks, Tensorflow, OpenCV, NumpyGitHub Code Repository: Link