All Projects → udacity → Carnd Lanelines P1

udacity / Carnd Lanelines P1

Licence: mit
Lane Finding Project for Self-Driving Car ND

Projects that are alternatives of or similar to Carnd Lanelines P1

Mlops
MLOps examples
Stars: ✭ 707 (-1.39%)
Mutual labels:  jupyter-notebook
Neural Net With Financial Time Series Data
This solution presents an accessible, non-trivial example of machine learning (Deep learning) with financial time series using TensorFlow
Stars: ✭ 713 (-0.56%)
Mutual labels:  jupyter-notebook
Notes Python
中文 Python 笔记
Stars: ✭ 6,127 (+754.53%)
Mutual labels:  jupyter-notebook
Notes
Notes On Using Data Science & Artificial Intelligence To Fight For Something That Matters.
Stars: ✭ 710 (-0.98%)
Mutual labels:  jupyter-notebook
Statistical Rethinking With Python And Pymc3
Python/PyMC3 port of the examples in " Statistical Rethinking A Bayesian Course with Examples in R and Stan" by Richard McElreath
Stars: ✭ 713 (-0.56%)
Mutual labels:  jupyter-notebook
Pymc4
Experimental PyMC interface for TensorFlow Probability. Official work on this project has been discontinued.
Stars: ✭ 716 (-0.14%)
Mutual labels:  jupyter-notebook
Pytorch Wavenet
An implementation of WaveNet with fast generation
Stars: ✭ 706 (-1.53%)
Mutual labels:  jupyter-notebook
Densepose
A real-time approach for mapping all human pixels of 2D RGB images to a 3D surface-based model of the body
Stars: ✭ 6,168 (+760.25%)
Mutual labels:  jupyter-notebook
Research
Notebooks based on financial machine learning.
Stars: ✭ 714 (-0.42%)
Mutual labels:  jupyter-notebook
Tensorflow 2.x Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Stars: ✭ 6,088 (+749.09%)
Mutual labels:  jupyter-notebook
Soft Nms
Object Detection
Stars: ✭ 708 (-1.26%)
Mutual labels:  jupyter-notebook
Coco Caption
Stars: ✭ 712 (-0.7%)
Mutual labels:  jupyter-notebook
Industry Machine Learning
A curated list of applied machine learning and data science notebooks and libraries across different industries (by @firmai)
Stars: ✭ 6,077 (+747.56%)
Mutual labels:  jupyter-notebook
Fecon235
Notebooks for financial economics. Keywords: Jupyter notebook pandas Federal Reserve FRED Ferbus GDP CPI PCE inflation unemployment wage income debt Case-Shiller housing asset portfolio equities SPX bonds TIPS rates currency FX euro EUR USD JPY yen XAU gold Brent WTI oil Holt-Winters time-series forecasting statistics econometrics
Stars: ✭ 708 (-1.26%)
Mutual labels:  jupyter-notebook
Mingpt
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
Stars: ✭ 6,803 (+848.81%)
Mutual labels:  jupyter-notebook
Elasticsearch Spark Recommender
Use Jupyter Notebooks to demonstrate how to build a Recommender with Apache Spark & Elasticsearch
Stars: ✭ 707 (-1.39%)
Mutual labels:  jupyter-notebook
Aeropython
Classical Aerodynamics of potential flow using Python and Jupyter Notebooks
Stars: ✭ 714 (-0.42%)
Mutual labels:  jupyter-notebook
Gans
Generative Adversarial Networks implemented in PyTorch and Tensorflow
Stars: ✭ 714 (-0.42%)
Mutual labels:  jupyter-notebook
Tensorflow Tutorials
Simple tutorials using Google's TensorFlow Framework
Stars: ✭ 5,912 (+724.55%)
Mutual labels:  jupyter-notebook
Tensorflow cookbook
Code for Tensorflow Machine Learning Cookbook
Stars: ✭ 5,984 (+734.59%)
Mutual labels:  jupyter-notebook

Finding Lane Lines on the Road

Udacity - Self-Driving Car NanoDegree

Combined Image

Overview

When we drive, we use our eyes to decide where to go. The lines on the road that show us where the lanes are act as our constant reference for where to steer the vehicle. Naturally, one of the first things we would like to do in developing a self-driving car is to automatically detect lane lines using an algorithm.

In this project you will detect lane lines in images using Python and OpenCV. OpenCV means "Open-Source Computer Vision", which is a package that has many useful tools for analyzing images.

To complete the project, two files will be submitted: a file containing project code and a file containing a brief write up explaining your solution. We have included template files to be used both for the code and the writeup.The code file is called P1.ipynb and the writeup template is writeup_template.md

To meet specifications in the project, take a look at the requirements in the project rubric

Creating a Great Writeup

For this project, a great writeup should provide a detailed response to the "Reflection" section of the project rubric. There are three parts to the reflection:

  1. Describe the pipeline

  2. Identify any shortcomings

  3. Suggest possible improvements

We encourage using images in your writeup to demonstrate how your pipeline works.

All that said, please be concise! We're not looking for you to write a book here: just a brief description.

You're not required to use markdown for your writeup. If you use another method please just submit a pdf of your writeup. Here is a link to a writeup template file.

The Project

If you have already installed the CarND Term1 Starter Kit you should be good to go! If not, you should install the starter kit to get started on this project.

Step 1: Set up the CarND Term1 Starter Kit if you haven't already.

Step 2: Open the code in a Jupyter Notebook

You will complete the project code in a Jupyter notebook. If you are unfamiliar with Jupyter Notebooks, check out Udacity's free course on Anaconda and Jupyter Notebooks to get started.

Jupyter is an Ipython notebook where you can run blocks of code and see results interactively. All the code for this project is contained in a Jupyter notebook. To start Jupyter in your browser, use terminal to navigate to your project directory and then run the following command at the terminal prompt (be sure you've activated your Python 3 carnd-term1 environment as described in the CarND Term1 Starter Kit installation instructions!):

> jupyter notebook

A browser window will appear showing the contents of the current directory. Click on the file called "P1.ipynb". Another browser window will appear displaying the notebook. Follow the instructions in the notebook to complete the project.

Step 3: Complete the project and submit both the Ipython notebook and the project writeup

How to write a README

A well written README file can enhance your project and portfolio. Develop your abilities to create professional README files by completing this free course.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].