Skip to content

In this project, the goal is to write a software pipeline to identify lane boundaries in a video.

License

Notifications You must be signed in to change notification settings

JackWetherell/self-driving-car-lane-finding

Repository files navigation

Lane Finding

Udacity - Self-Driving Car NanoDegree

In this project, the goal is to write a software pipeline to identify lane boundaries in a video.

Demo

Requirements

  • numpy
  • scipy
  • matplotlib
  • opencv
  • jupyterlab

Usage

To run the pipeline simply launch and run the notebook in jupyter lab:

jupyter lab

Directory structure

|-- demo.gif              -> Demo of the pipeline.
|-- lane_finding.ipynb    -> Notebook containing all code and results.
|-- lane_finding.pdf      -> Print out of the notebook containing all code and results.
|-- test_images           -> Directory containing the test images to test the pipeline.
|-- test_videos           -> Input videos to annotate.
|-- test_videos_output    -> Output annotated videos.
`-- writeup               -> Write up of the method, results and discussion.

About

In this project, the goal is to write a software pipeline to identify lane boundaries in a video.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published