This code can identify the lane lines and draw another lines on top of them to indicate it. It is mainly used in self-driving cars.
For Python2:
python lane_Detection.py inputVideoPath
For python3
python3 lane_Detection.py inputVideoPath
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This code can identify the lane lines and draw another lines on top of them to indicate it. It is mainly used in self-driving cars.
For Python2:
python lane_Detection.py inputVideoPath
For python3
python3 lane_Detection.py inputVideoPath