Skip to content

lane detection for self driving cars

Notifications You must be signed in to change notification settings

menna15/Lane_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lane Detection Using Image Processing Techniques

Installation

Run

Please make sure you "cd" into project directory

  • run conda env create -f environment.yaml

  • run conda activate laneDetection

  • VSCode

    • run code . , Please make sure to be in the project directory

    • press Ctrl+Shift+P

    • choose kernel with name laneDetection

    • run the cells

  • Jupyter

    • run jupyter notebook ROI.ipynb

    • choose kernel with name laneDetection

      • click Kernel from top menu

      • choose Change Kernel

      • choose kernel named laneDetection

    • run the cells

  • to close

    • run conda deactivate
  • to remove conda environment

    • run conda env remove -n laneDetection

Samples of the output

curved0.mp4
lane.W.Y.mp4
challenge.mp4

About

lane detection for self driving cars

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published