Skip to content

RobinCPC/CarND

Repository files navigation

CarND

Udacity - Self-Driving Car NanoDegree License

This repository collects all my project results of Udacity Self-Driving Car NanoDegree.

demo gif

The above shows the result of final project (Term 1). Here is the youtube link of the results.


Project 5: Vehicle Detection and Tracking

visualized output

Created a vehicle detection and tracking pipeline with OpenCV, histogram of oriented gradients (HOG), and support vector machines (SVM). Optimized and evaluated the model on video data from a automotive camera taken during highway driving. For more detail, please click writeup.


Project 4: Advanced Lane Finding

visualized output

Built an advanced lane-finding algorithm using distortion correction, image rectification, color transforms, and gradient thresholding. Identified lane curvature and vehicle displacement. Overcame environmental challenges such as shadows and pavement changes. For more detail, please click writeup.


Project 3: Use Deep Learning to Clone Driving Behavior

sample images

Built and trained a convolutional neural network for end-to-end driving in a simulator, using TensorFlow and Keras. Used optimization techniques such as regularization and dropout to generalize the network for driving on multiple tracks. For more detail, please click writeup.


Project 2: Traffic Sign Classification

sample images visualized CNN

Built and trained a deep neural network to classify traffic signs, using TensorFlow. Experimented with different network architectures. Performed image pre-processing and validation to guard against overfitting. Please click ipynb for more detial.


Project 1: Finding Lane Lines on the Road

Combined Image

Detected highway lane lines on a video stream. Used OpencV image analysis techniques to identify lines, including Hough Transforms and Canny edge detection. For more detail, please click nbviewer

About

Projects for Udacity Self-driving Car NanoDegree 🚗💨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages