Coding Activity 1 –Development of Lane Detection system forADAS application
➢Description:
➢Lane detection system uses front camera of the ego vehicle. It detect the lanes and also determine the lane
in which the Ego vehicle is moving. Lane detection is important algorithm for ADAS systems like Lane
Departure Warning, Lane Change Assist, Lane Keep Assist, etc.
➢Problem Statement:
➢Use Python (or any other programming language) for development.
➢Use openCV for computer vision and then required machine Learning / Deep Learning algorithm of your
choice.
➢Down a video from public dataset like KITTI, nuscenes or other, which contains recording of road from
front camera where lanes are clearly visible.
➢Implement the Lane detection system and validate it.
➢Test the algorithm on the video by contiuously detecting road lanes.
➢Some references:
➢https://www.analyticsvidhya.com/blog/2020/05/tutorial-real-time-lane-detection-opencv/
➢https://medium.com/@mrhwick/simple-lane-detection-with-opencv-bfeb6ae54ec0
➢https://paperswithcode.com/task/lane-detection/codeless
➢https://arxiv.org/pdf/1903.02193.pdf