Skip to content

prat1kbhujbal/Lane_Detection_and_Turn_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lane Detection and turn prediction

Overview

An algorithm for lane detection and turn prediction for self-driving vehicles.

To run the code

cd ...<repository>/code/
python3 lane_detection.py --FilePath ../data_files/challenge.mp4 --visualize True --record False
  • FilePath - Video file path. Default :- ' ../data_files/challenge.mp4 '
  • visualize - Shows visualization . Default :- 'True'
  • record - Records video (../turn_predict.mp4). Default :- 'False'

Result

About

Lane detection and turn prediction for self-driving vehicles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages