[Acknowledgement]
- https://github.com/rzuccolo/rz-advanced-lane-detection
- https://github.com/charleswongzx/Advanced-Lane-Lines
[Reference] 1.Facebook Mask RCNN
- http://download.tensorflow.org/models/object_detection/mask_rcnn_inception_v2_coco_2018_01_28.tar.gz
- Sample Video
[Result]
https://www.youtube.com/watch?v=Qlz5J9IGVOA
This Advanced Lane Detection project is Udacity self-driving car course and usually is implemented by Python.
I decided to develop a software for self-driving car for my graduation project
and chose this topic as part of my project.
I chose C++ for this project because i like C++ and its powerful performance and thought C/C++ is suitable for embedded software for vehicle.